libvx32: allow PUSHF and POPF - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 173da842b5b93bf2ca4f877b7eadc2585aee1005
(DIR) parent 42b0c4ecc2ef6e78f0b2057d3f01cc658d0c6df0
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Tue, 1 Jul 2008 16:57:54 -0400
libvx32: allow PUSHF and POPF
Diffstat:
src/libvx32/emu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/libvx32/emu.c b/src/libvx32/emu.c
@@ -398,7 +398,7 @@ static int xscan(struct vxproc *p)
// PUSHF; POPF
case 0x9c: case 0x9d:
- assert(0); // XXX
+ goto notrans;
// SAHF; LAHF
case 0x9f: case 0x9e: