Skip to content

Commit

Permalink
Fix base address for Darwin x64
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Aug 10, 2016
1 parent b9092c9 commit 02eef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/include/Memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02eef95

Please sign in to comment.