mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Remove arm64 workaround for Clang 3.4 crash
This commit is contained in:
parent
fb90888521
commit
13d06fd808
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
/* Read the current thread flags */
|
||||
1: ldr x1, [x18, #PC_CURTHREAD] /* Load curthread */
|
||||
ldr x2, [x1, #TD_FLAGS]! /* TODO: No need for the ! but clang fails without it */
|
||||
ldr x2, [x1, #TD_FLAGS]
|
||||
|
||||
/* Check if we have either bits set */
|
||||
mov x3, #((TDF_ASTPENDING|TDF_NEEDRESCHED) >> 8)
|
||||
|
|
|
|||
Loading…
Reference in a new issue