Ensure that the syscall trap vector is properly aligned.
This commit is contained in:
parent
1ca0488670
commit
d89dbeb9e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88784
@ -1090,6 +1090,7 @@ END(tl0_sftrap)
|
||||
tl0_split
|
||||
b %xcc, tl0_syscall
|
||||
mov T_SYSCALL, %o0
|
||||
.align 32
|
||||
.endm
|
||||
|
||||
.macro tl0_soft count
|
||||
|
@ -1090,6 +1090,7 @@ END(tl0_sftrap)
|
||||
tl0_split
|
||||
b %xcc, tl0_syscall
|
||||
mov T_SYSCALL, %o0
|
||||
.align 32
|
||||
.endm
|
||||
|
||||
.macro tl0_soft count
|
||||
|
Loading…
Reference in New Issue
Block a user