Re: [hatari-devel] WinUAUE CPU -> show EA |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Am 28.11.2023 um 19:21 schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
You‘re probably right. I was thinking about something line this:
in that case I'm not sure it's worth the change, it won't hurt to keep the include and too much ifdef makes the code hard to follow.
#include "main.h" #include <ctype.h> #include "sysdeps.h" #include "configuration.h" #include "m68000.h" #include "newcpu.h" #include "debug.h" #include "paths.h" #include "profile.h" #include "str.h" #include "68kDisass.h" #include "disasm.h"
#if HAVE_CAPSTONE_M68K #include <capstone.h>
#include "stMemory.h"
#endif#include "tos.h"
OK with this, change applied, thanks.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |