From d15276557c65de2a1941632ec9024dea261cce26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20B=C3=B6hm?= Date: Tue, 7 Jul 2009 09:46:27 +0200 Subject: make instruction 64-bit wide to support more than 32 registers --- src/emu/asm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/emu/asm.h') diff --git a/src/emu/asm.h b/src/emu/asm.h index 9a4fd37..102ae65 100644 --- a/src/emu/asm.h +++ b/src/emu/asm.h @@ -3,6 +3,8 @@ #include -uint32_t compile(const char *line); +#include "opc.h" + +inst_t compile(const char *line); #endif -- cgit v1.2.3