X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fdebugger%2Fdbg_memory.c;h=387623e93e125479907c99b0c6ea3de1bd66804b;hp=c8988bf867763fb69d27626bd82e8b2895a879af;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 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