Remove arm64 workaround for Clang 3.4 crash
This commit is contained in:
parent
fb90888521
commit
13d06fd808
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286740
@ -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 New Issue
Block a user