mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
it should have been I64x, not I64u
This commit is contained in:
parent
765e7d1efa
commit
05c2530243
@ -68,12 +68,12 @@
|
||||
/* This is a terrible hack that tries to combat the ever reoccuring issue with
|
||||
Mingw and PRIXPTR - the macro should have been defined like this for us in
|
||||
the first place.
|
||||
NOTE: "I64u" works in the github actions now, so if your local mingw64 fails,
|
||||
NOTE: "I64x" works in the github actions now, so if your local mingw64 fails,
|
||||
you probably have to update.
|
||||
*/
|
||||
#if defined(__MINGW64__)
|
||||
#undef PRIXPTR
|
||||
#define PRIXPTR "I64u"
|
||||
#define PRIXPTR "I64x"
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user