Skip to content

Commit

Permalink
Fix interpreter build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 16, 2018
1 parent 2b35a6e commit 51d3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emu/interp/fpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
ST(0) = f80_div(ST(0), f80_from_int((sint(z)) get(val,z)))
#define FDIVM(val,z) \
ST(0) = f80_div(ST(0), f80_from_float(get(val,z),z))
#define FDIV(src, dst) \
#define FDIVR(src, dst) \
dst = f80_div(src, dst)
#define FIDIVR(val,z) \
ST(0) = f80_div(f80_from_int((sint(z)) get(val,z)), ST(0))
Expand Down

0 comments on commit 51d3b94

Please sign in to comment.