Switch back bpmain back to main
This commit is contained in:
parent
020fc6a1c6
commit
23a58370a4
2 changed files with 8 additions and 8 deletions
4
entry.S
4
entry.S
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue