summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-06-26 09:38:00 +0000
committerJohn van Groningen2013-06-26 09:38:00 +0000
commitba169607f1ebedbca14fa0f237f9432b65742003 (patch)
tree83eaef582e4134edbfbed913e9ed8031d1cedbe6
parentadd +0 to some pc relative addresses, converted to [rip] on linux (diff)
remove +0 after move offset
-rw-r--r--astartup.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/astartup.asm b/astartup.asm
index 8899114..8997913 100644
--- a/astartup.asm
+++ b/astartup.asm
@@ -2709,7 +2709,7 @@ out_of_memory_4_1:
out_of_memory_4:
call add_garbage_collect_time
- mov rbp,offset out_of_memory_string_4+0
+ mov rbp,offset out_of_memory_string_4
jmp print_error
zero_bit_vector: