Some compile fixes for clang. Still doesn't compile, but still :P

This commit is contained in:
Melissa Goad
2020-04-03 10:48:56 -05:00
parent 4f013c1da0
commit e848f9cdf5
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#define _CODEGEN_H_
#include <86box/mem.h>
#include <stddef.h>
#include "../cpu_common/x86_ops.h"
/*Handling self-modifying code (of which there is a lot on x86) :