Home
last modified time | relevance | path

Searched refs:__exvalue (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dmmu_common.h29 extern int __exvalue;
30 #define TRY(DUMMY) __exvalue=setjmp(__exbuf); \
31 if (__exvalue==0) { __pushtry(&__exbuf);
32 #define CATCH(x) __poptry(); } else {m68k_exception x=__exvalue; x=x;
36 #define THROW_AGAIN(var) if (__is_catched()) longjmp(*__poptry(),__exvalue)
H A Dcpummu.c1725 int __exvalue; variable
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dmmu_common.h33 extern int __exvalue;
34 #define TRY(DUMMY) __exvalue=setjmp(__exbuf); \
35 if (__exvalue==0) { __pushtry(&__exbuf);
36 #define CATCH(x) __poptry(); } else {m68k_exception x=__exvalue;
39 #define THROW_AGAIN(var) if (__is_catched()) longjmp(*__poptry(),__exvalue)
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Dmmu_common.h22 extern int __exvalue;
23 #define TRY(DUMMY) __exvalue=setjmp(__exbuf); \
24 if (__exvalue==0) { __pushtry(&__exbuf);
28 #define THROW_AGAIN(var) if (__is_catched()) longjmp(*__poptry(),__exvalue)
H A Dcpummu.c1047 int __exvalue; variable
H A Dnewcpu.c3369 save_except = __exvalue; in m68k_run_mmu040()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dmmu_common.h28 extern int __exvalue;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcpummu.c1287 int __exvalue; variable
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcpummu.cpp1480 int __exvalue; variable