mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Resolve RAW dependency violation between tbit and adds.
This commit is contained in:
parent
4fd45755c5
commit
ca4f131c60
2 changed files with 2 additions and 0 deletions
|
|
@ -1368,6 +1368,7 @@ ENTRY(do_syscall, 0)
|
|||
ld8 r14=[loc1] // check tf_flags
|
||||
;;
|
||||
tbit.z p6,p0=r14,0 // check FRAME_SYSCALL bit
|
||||
;;
|
||||
(p6) add sp=-16,loc1 // do a full restore if clear
|
||||
(p6) br.dpnt.many exception_restore
|
||||
|
||||
|
|
|
|||
|
|
@ -1368,6 +1368,7 @@ ENTRY(do_syscall, 0)
|
|||
ld8 r14=[loc1] // check tf_flags
|
||||
;;
|
||||
tbit.z p6,p0=r14,0 // check FRAME_SYSCALL bit
|
||||
;;
|
||||
(p6) add sp=-16,loc1 // do a full restore if clear
|
||||
(p6) br.dpnt.many exception_restore
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue