diff options
author | John van Groningen | 2013-06-26 09:38:00 +0000 |
---|---|---|
committer | John van Groningen | 2013-06-26 09:38:00 +0000 |
commit | ba169607f1ebedbca14fa0f237f9432b65742003 (patch) | |
tree | 83eaef582e4134edbfbed913e9ed8031d1cedbe6 | |
parent | add +0 to some pc relative addresses, converted to [rip] on linux (diff) |
remove +0 after move offset
-rw-r--r-- | astartup.asm | 2 |
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: |