mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
improve 64bit portability
for win64 mostly
This commit is contained in:
parent
a0b95da112
commit
48c9e01be8
14 changed files with 42 additions and 26 deletions
|
@ -142,6 +142,7 @@
|
|||
/* Exception Vectors handled by emulation */
|
||||
#define EXCEPTION_BUS_ERROR 2 /* This one is not emulated! */
|
||||
#define EXCEPTION_ADDRESS_ERROR 3 /* This one is partially emulated (doesn't stack a proper frame yet) */
|
||||
#undef EXCEPTION_ILLEGAL_INSTRUCTION
|
||||
#define EXCEPTION_ILLEGAL_INSTRUCTION 4
|
||||
#define EXCEPTION_ZERO_DIVIDE 5
|
||||
#define EXCEPTION_CHK 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue