diff options
author | John van Groningen | 2006-04-06 12:30:29 +0000 |
---|---|---|
committer | John van Groningen | 2006-04-06 12:30:29 +0000 |
commit | 9d1b7a7dbb9acf1e3b62c5a4de30ba9ed5d6aa88 (patch) | |
tree | e6592d7fdd4cc176b65f1610e03c6ec41a8458b7 /macho/pstartup.a | |
parent | add ifdefs for MEASURE_GC (diff) |
use _halt_sp instead of halt_sp and __ARRAY__+2 instead of __ARRAY__2
Diffstat (limited to 'macho/pstartup.a')
-rw-r--r-- | macho/pstartup.a | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macho/pstartup.a b/macho/pstartup.a index 90c323a..9a39479 100644 --- a/macho/pstartup.a +++ b/macho/pstartup.a @@ -3586,7 +3586,7 @@ halt: bne e__Exceptions__sraise__exception .endif - lea o0,halt_sp + lea o0,_halt_sp lwz sp,0(o0) .if 0 |