1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

following the terrible hacking on head

This commit is contained in:
mrdudz 2022-11-18 18:04:45 +01:00
parent ea4aeffc34
commit 40a52c2656

View File

@ -68,6 +68,13 @@
#include "util.h"
#include "codegen.h"
/* this is a terrible hack that tries to combat the ever reoccuring issue with
mingw and PRIXPTR */
#if defined(__MINGW64__)
#undef PRIXPTR
#define PRIXPTR "zu"
#endif
#ifdef DEBUG
#define LOG(x) printf x
#define FIXME(x) printf x