Skip to content

Commit eb81dd9

Browse files
committed
Precision barrier placement
1 parent fdc78a7 commit eb81dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jit/gadgets-aarch64/gadgets.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ _xaddr .req x3
3131
.endm
3232
.macro gret pop=0
3333
ldr x8, [_ip, \pop*8]!
34+
dmb ishld
3435
add _ip, _ip, 8 /* TODO get rid of this */
3536
br x8
3637
.endm

0 commit comments

Comments
 (0)