diff options
Diffstat (limited to 'entry.S')
-rw-r--r-- | entry.S | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,8 +84,8 @@ start64: # Clear frame pointer for stack walks movl $0, %ebp # Call into C code. - call bpmain - # should not return from bpmain + call main + # should not return from main jmp . .code32 |