X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fdebugger%2Fdbg_memory.c;h=387623e93e125479907c99b0c6ea3de1bd66804b;hb=e87f91c8bca5d4d5133bc095ead1ddfdac7f863b;hp=c8988bf867763fb69d27626bd82e8b2895a879af;hpb=451ab91e3827a6384981b3300e2a7000d2eaba58;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-core/src/debugger/dbg_memory.c b/source/mupen64plus-core/src/debugger/dbg_memory.c index c8988bf..387623e 100644 --- a/source/mupen64plus-core/src/debugger/dbg_memory.c +++ b/source/mupen64plus-core/src/debugger/dbg_memory.c @@ -75,6 +75,8 @@ static MEMBREAKWRITE(write_rom, 8); #if !defined(NO_ASM) && (defined(__i386__) || defined(__x86_64__)) +/* we must define PACKAGE so that bfd.h (which is included from dis-asm.h) doesn't throw an error */ +#define PACKAGE "mupen64plus-core" #include #include