diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/lib/cpu_reset.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/lib/cpu_reset.inc b/src/arch/i386/lib/cpu_reset.inc index c7c05e2198..fcddd6b027 100644 --- a/src/arch/i386/lib/cpu_reset.inc +++ b/src/arch/i386/lib/cpu_reset.inc @@ -1,6 +1,9 @@ +/* -*- asm -*- */ + jmp cpu_reset_out __cpu_reset: + /* set the boot_complete flag */ movl $0xffffffff, %ebp jmp __main |