From 9e4a6d75911334996eaf6b412cde60a13e8f1fd6 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 18 Aug 2016 17:28:18 -0400 Subject: [PATCH] Update default base address on 64-bit Linux --- library/include/Memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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