From 23a58370a4fa441fd0ee152a3e1e7619e5d8bd6b Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 3 Oct 2018 17:58:21 -0400 Subject: Switch back bpmain back to main --- entry.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entry.S') diff --git a/entry.S b/entry.S index 88ad92b..2de4fc3 100644 --- a/entry.S +++ b/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 -- cgit v1.2.3