Home
last modified time | relevance | path

Searched refs:E_Z88DK_FASTCALL_PARAMETER (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCerr.h252 E_Z88DK_FASTCALL_PARAMETER = 223, /* invalid parameter type in __z88dk_fastcall */ enumerator
H A DSDCCerr.c510 { E_Z88DK_FASTCALL_PARAMETER, ERROR_LEVEL_ERROR,
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dmain.c237 werror (E_Z88DK_FASTCALL_PARAMETER); in _reg_parm()