Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
927510ad
Commit
927510ad
authored
Aug 13, 2015
by
emaste
Browse files
Remove arm64 workaround for Clang 3.4 crash
parent
2c7c5300
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/arm64/arm64/exception.S
View file @
927510ad
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment