From ba169607f1ebedbca14fa0f237f9432b65742003 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 26 Jun 2013 09:38:00 +0000 Subject: remove +0 after move offset --- astartup.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3