Skip to content

Commit

Permalink
workaround for stupid warning in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zelurker committed Feb 28, 2022
1 parent 61aa859 commit 6666988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Musashi/m68kcpu.h
Expand Up @@ -140,6 +140,7 @@ extern "C" {
/* ============================ GENERAL DEFINES =========================== */
/* ======================================================================== */

#undef EXCEPTION_ILLEGAL_INSTRUCTION
/* 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) */
Expand Down

0 comments on commit 6666988

Please sign in to comment.