Skip to content

Commit

Permalink
Unfuck build
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Dubois committed Oct 6, 2019
1 parent eb628d2 commit 25de13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emu/interp/fpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
#define FUCOM FCOM
#define FCOMM(val,z) F_COMPARE(f80_from_float(get(val,z),z))
#define FTST() F_COMPARE(fpu_consts[fconst_zero])
#define FICOM(val,z) UNDEFINED // nyehhh

#define FILD(val,z) \
FPUSH(f80_from_int((sint(z)) get(val,z)))
Expand Down

0 comments on commit 25de13d

Please sign in to comment.