From a92e39e7f1cd2c4fc982f32a1cf81877e88d9d19 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 27 Apr 2003 11:45:09 +0000 Subject: [PATCH] New variable for start of opcode. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@970 --- src/cpu/core_full/support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/core_full/support.h b/src/cpu/core_full/support.h index 895cb90c..995f56c1 100644 --- a/src/cpu/core_full/support.h +++ b/src/cpu/core_full/support.h @@ -153,7 +153,7 @@ struct OpCode { static struct { Bitu entry; - Bitu entry_default; + EAPoint start; Bitu rm; EAPoint rm_eaa; Bitu rm_off;