Switch back bpmain back to main

This commit is contained in:
Frans Kaashoek 2018-10-03 17:58:21 -04:00
parent 020fc6a1c6
commit 23a58370a4
2 changed files with 8 additions and 8 deletions

View file

@ -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