aboutsummaryrefslogtreecommitdiff
path: root/emulators/hercules/files/patch-opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hercules/files/patch-opcode.h')
-rw-r--r--emulators/hercules/files/patch-opcode.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/hercules/files/patch-opcode.h b/emulators/hercules/files/patch-opcode.h
deleted file mode 100644
index 5681b94ca395..000000000000
--- a/emulators/hercules/files/patch-opcode.h
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur ./opcode.h ../../work__/hercules-2.16.5/opcode.h
---- ./opcode.h Tue Dec 17 07:39:27 2002
-+++ ../../work__/hercules-2.16.5/opcode.h Tue Dec 17 07:33:01 2002
-@@ -104,7 +104,7 @@
- }
-
-
--typedef ATTR_REGPARM(3) void (*zz_func) (BYTE inst[], int execflag, REGS *regs);
-+typedef void (ATTR_REGPARM(3) *zz_func) (BYTE inst[], int execflag, REGS *regs);
-
- /* Gabor Hoffer (performance option) */
- extern zz_func s370_opcode_table[];