summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/x86log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/x86log.h')
-rw-r--r--src/devices/cpu/x86log.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/cpu/x86log.h b/src/devices/cpu/x86log.h
index ac7195c99bd..ba2a349a55f 100644
--- a/src/devices/cpu/x86log.h
+++ b/src/devices/cpu/x86log.h
@@ -15,7 +15,6 @@
#include <cstdint>
#include <cassert>
-#include "x86emit.h"
/***************************************************************************
@@ -32,6 +31,10 @@ constexpr int COMMENT_POOL_SIZE{MAX_COMMENTS * 40};
TYPE DEFINITIONS
***************************************************************************/
+// use x86code * to reference generated code
+typedef uint8_t x86code;
+
+
/* code logging info */
struct log_comment
{