mirror of
https://github.com/holub/mame
synced 2025-05-16 19:00:43 +03:00
m68000 - Fix for MINGW compiler optimization [Sandro Ronco]
This commit is contained in:
parent
824c740993
commit
e4ca5d11a9
@ -302,6 +302,7 @@ typedef struct _m68ki_cpu_core m68ki_cpu_core;
|
||||
}
|
||||
#else
|
||||
#define m68ki_set_address_error_trap(m68k) \
|
||||
SETJMP_GNUC_PROTECT(); \
|
||||
if(setjmp(m68k->aerr_trap) != 0) \
|
||||
{ \
|
||||
m68ki_exception_address_error(m68k); \
|
||||
|
Loading…
Reference in New Issue
Block a user