Skip to content

Commit

Permalink
Small aarch64 improvement to fstsw
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jan 16, 2019
1 parent ca03312 commit c241a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jit/gadgets-aarch64/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ do_helper 2
.endr

.gadget fstsw_ax
ldrh eax, [_cpu, CPU_fsw]
ldrh w10, [_cpu, CPU_fsw]
movs eax, w10, h
gret

0 comments on commit c241a98

Please sign in to comment.