Home
last modified time | relevance | path

Searched refs:ERR_ILL_CALL_ADDR (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dfrotz_types.h116 ERR_ILL_CALL_ADDR = 8, ///< Call to illegal address enumerator
H A Dprocessor.cpp332 runtimeError(ERR_ILL_CALL_ADDR); in call()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dfrotz_types.h115 ERR_ILL_CALL_ADDR = 8, ///< Call to illegal address enumerator
H A Dprocessor.cpp332 runtimeError(ERR_ILL_CALL_ADDR); in call()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dprocess.c335 runtime_error(ERR_ILL_CALL_ADDR); in call()
H A Dfrotz.h675 #define ERR_ILL_CALL_ADDR 8 /* Call to illegal address */ macro