Correct longjmp

Reviewed by:	nwhitehorn
Differential Revision:	https://reviews.freebsd.org/D14159
This commit is contained in:
Steve Wills 2018-02-02 02:28:25 +00:00
parent 877d73ecb4
commit e1782bae5f

View File

@ -347,7 +347,7 @@ cpu_reset_handler:
beq %cr0,2f
nop
li %r4,1
b CNAME(longjmp)
bl CNAME(longjmp)
nop
2:
#ifdef SMP