diff gen_x86.h @ 591:966b46c68942

Get Z80 core back into compileable state
author Michael Pavone <pavone@retrodev.com>
date Wed, 17 Dec 2014 09:53:51 -0800
parents f90da1c2ba86
children 5ef3fe516da9
line wrap: on
line diff
--- a/gen_x86.h	Sun Dec 14 16:45:23 2014 -0800
+++ b/gen_x86.h	Wed Dec 17 09:53:51 2014 -0800
@@ -36,6 +36,7 @@
 	CC_O = 0,
 	CC_NO,
 	CC_C,
+	CC_B = CC_C,
 	CC_NC,
 	CC_Z,
 	CC_NZ,