Fix some compile warns while I'm at it

This commit is contained in:
Jasmine Iwanek
2022-09-21 18:53:41 -04:00
parent 28ae786d62
commit ece9f7ec72
4 changed files with 6 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ x386_log(const char *fmt, ...)
#include "x86_flags.h"
/*
#define getbytef() \
((uint8_t) (fetchdat)); \
cpu_state.pc++
@@ -81,6 +82,7 @@ x386_log(const char *fmt, ...)
#define getword2f() \
((uint16_t) (fetchdat >> 8)); \
cpu_state.pc += 2
*/
#define OP_TABLE(name) ops_##name