WSACreateEvent/CloseEvent/SetEvent.

This commit is contained in:
Ben Vanik
2015-08-30 21:31:52 -07:00
parent 7233df2778
commit a4ed79695d
3 changed files with 52 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ namespace frontend {
#define XEREGISTERINSTR(name, opcode) \
RegisterInstrEmit(opcode, (InstrEmitFn)InstrEmit_##name);
#define XEINSTRNOTIMPLEMENTED() \
#define XEINSTRNOTIMPLEMENTED() \
XELOGE("Unimplemented instruction: %s", __FUNCTION__); \
assert_always("Instruction not implemented");