Fix base address for Darwin x64

develop
lethosor 2016-08-09 20:00:31 -04:00
parent b9092c94f5
commit 02eef95147
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@
#endif
#elif defined(_DARWIN)
#ifdef DFHACK64
#define DEFAULT_BASE_ADDR 0x1000
#define DEFAULT_BASE_ADDR 0x100000000
#else
#define DEFAULT_BASE_ADDR 0x1000
#endif