Skip to content

Commit

Permalink
Unbreak build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed May 26, 2019
1 parent 7f34c1f commit 03372e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emu/interp.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,13 @@ static bool modrm_compute(struct cpu_state *cpu, struct tlb *tlb, addr_t *addr_o
#define ATOMIC_BTS BTS
#define ATOMIC_BTR BTR
#define ATOMIC_BTC BTC

#include "emu/interp/fpu.h"

// fake sse
#define VLOAD(src, dst,z) UNDEFINED
#define VSTORE(src, dst,z) UNDEFINED

// ok now include the decoding function
#define DECODER_RET int
#define DECODER_NAME cpu_step
Expand Down

0 comments on commit 03372e3

Please sign in to comment.