fix 64bit GPOINTER_TO_INT ?

This commit is contained in:
zeromus 2010-11-17 08:04:27 +00:00
parent 8a38d05f18
commit 07f8735d02
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#include "../MMU.h"
#undef GPOINTER_TO_INT
#define GPOINTER_TO_INT(p) ((gint) (glong) (p))
#define SHORTNAME "ioregs"
#define TOOL_NAME "IO regs view"