Skip to content

Commit 9a372d8

Browse files
committed
Revert "Fix armasm64 parsing error"
This reverts commit 2ed58eb.
1 parent 8d5f7a6 commit 9a372d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/hotspot/os_cpu/windows_aarch64/safefetch_windows_aarch64.S

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

30-
AREA safefetch_text, CODE
31-
3230
; needed to align function start to 4 byte
3331
ALIGN 4
3432
EXPORT _SafeFetch32_fault
3533
EXPORT _SafeFetch32_continuation
3634
EXPORT SafeFetch32_impl
35+
AREA safefetch_text, CODE
3736

3837
SafeFetch32_impl
3938
_SafeFetch32_fault

0 commit comments

Comments
 (0)