summaryrefslogtreecommitdiff
path: root/win/configure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/configure.cpp')
-rw-r--r--win/configure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure.cpp b/win/configure.cpp
index 1b097da06..9cff64f69 100644
--- a/win/configure.cpp
+++ b/win/configure.cpp
@@ -462,7 +462,7 @@ void Rebase()
}
while (FindNextFile(fh, &fd));
- sprintf(command, "rebase.exe -v -b 10000000 -c baseaddr_modules.txt %s", dest);
+ sprintf(command, "rebase.exe -v -b 11000000 -c baseaddr_modules.txt %s", dest);
printf("%s\n", command);
system(command);