Skip to content
Snippets Groups Projects
Commit ed71f18e authored by wlott's avatar wlott
Browse files

Need to have an ``_'' in front of the function_end_trap_mumble symbols.

parent 718d5fb1
No related branches found
No related tags found
No related merge requests found
...@@ -264,8 +264,8 @@ _closure_tramp: ...@@ -264,8 +264,8 @@ _closure_tramp:
.text .text
.align 8 .align 8
.global function_end_breakpoint_guts .global _function_end_breakpoint_guts
function_end_breakpoint_guts: _function_end_breakpoint_guts:
.word type_ReturnPcHeader .word type_ReturnPcHeader
b 1f b 1f
nop nop
...@@ -277,14 +277,14 @@ function_end_breakpoint_guts: ...@@ -277,14 +277,14 @@ function_end_breakpoint_guts:
mov NULLREG, A5 mov NULLREG, A5
1: 1:
.global function_end_breakpoint_trap .global _function_end_breakpoint_trap
function_end_breakpoint_trap: _function_end_breakpoint_trap:
unimp trap_FunctionEndBreakpoint unimp trap_FunctionEndBreakpoint
b 1b b 1b
nop nop
.global function_end_breakpoint_end .global _function_end_breakpoint_end
function_end_breakpoint_end: _function_end_breakpoint_end:
...@@ -505,3 +505,4 @@ _sigreturn: ...@@ -505,3 +505,4 @@ _sigreturn:
t 0 t 0
unimp 0 ! just in case it returns unimp 0 ! just in case it returns
/*NOTREACHED*/ /*NOTREACHED*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment