From 73879ec6b73ec932bd1c028e12bdf0eb7b036a4e Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 11 Jan 2004 12:29:28 +0000 Subject: [PATCH] global direction flag register Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1562 --- include/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cpu.h b/include/cpu.h index bc2d6765..f741895b 100644 --- a/include/cpu.h +++ b/include/cpu.h @@ -392,6 +392,7 @@ struct CPUBlock { struct { Bitu which,error; } exception; + Bits direction; }; extern CPUBlock cpu;