summaryrefslogtreecommitdiff
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, 12 insertions, 0 deletions
diff --git a/emulators/hercules/files/patch-opcode.h b/emulators/hercules/files/patch-opcode.h
new file mode 100644
index 000000000000..5681b94ca395
--- /dev/null
+++ b/emulators/hercules/files/patch-opcode.h
@@ -0,0 +1,12 @@
+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[];