summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2008-01-23 20:00:54 +0000
committerStuart Bennett <sb476@cam.ac.uk>2008-01-23 20:00:54 +0000
commit77ca140b5e85ad1b675723daa703e2d3f8708402 (patch)
tree927322afc44f1177af2a102d89c6da13e537a1da
parent1c32b81ad6cdd16422bc79b735a731e9416676b0 (diff)
Update patch for new ops.c location
-rw-r--r--KNOWN_ISSUES6
1 files changed, 3 insertions, 3 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index 35d60ea..0c44b38 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -5,10 +5,10 @@ halfway through the emulation (which will be logged at the end of your trace)
Should this apply to you, the following patch will ignore interrupts calling
to the system bios, and should avoid this problem
-diff --git a/ops.c b/ops.c
+diff --git a/libx86emu/ops.c b/libx86emu/ops.c
index 37ae2c9..17eb7a4 100644
---- a/ops.c
-+++ b/ops.c
+--- a/libx86emu/ops.c
++++ b/libx86emu/ops.c
@@ -8856,8 +8856,9 @@ static void x86emuOp_int_IMM(u8 X86EMU_UNUSED(op1))
START_OF_INSTR();
DECODE_PRINTF("INT\t");