about summary refs log tree commit diff stats
path: root/subx/020elf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/020elf.cc')
-rw-r--r--subx/020elf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc
index 807010ea..18b52634 100644
--- a/subx/020elf.cc
+++ b/subx/020elf.cc
@@ -7,6 +7,7 @@ if (is_equal(argv[1], "run")) {
   reset();
   cerr << std::hex;
   initialize_mem();
+  Mem_offset = CODE_START;
   load_elf(argv[2]);
   while (EIP < End_of_program)  // weak final-gasp termination check
     run_one_instruction();