diff --git a/library/include/Memory.h b/library/include/Memory.h index 33d40c3cc..0f465c834 100644 --- a/library/include/Memory.h +++ b/library/include/Memory.h @@ -13,7 +13,7 @@ #endif #elif defined(_LINUX) #ifdef DFHACK64 - #define DEFAULT_BASE_ADDR 0x8048000 + #define DEFAULT_BASE_ADDR 0x400000 #else #define DEFAULT_BASE_ADDR 0x8048000 #endif