Skip to content

Commit 2ed58eb

Browse files
authored
Fix armasm64 parsing error
Newer versions of armasm64 seem to be more lenient so that might be why we don't see this error when building this same code in JDK tip.
1 parent 3234ae2 commit 2ed58eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/hotspot/os_cpu/windows_aarch64/safefetch_windows_aarch64.S

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
; x0 : address
2828
; w1 : defaultval
2929

30+
AREA safefetch_text, CODE
31+
3032
; needed to align function start to 4 byte
3133
ALIGN 4
3234
EXPORT _SafeFetch32_fault
3335
EXPORT _SafeFetch32_continuation
3436
EXPORT SafeFetch32_impl
35-
AREA safefetch_text, CODE
3637

3738
SafeFetch32_impl
3839
_SafeFetch32_fault

0 commit comments

Comments
 (0)