summaryrefslogtreecommitdiff
path: root/emulators/uae/patches
diff options
context:
space:
mode:
authorkristerw <kristerw>2000-07-28 19:27:58 +0000
committerkristerw <kristerw>2000-07-28 19:27:58 +0000
commitbd7eaaeebcfb1b855887e9644d4c28b11538358f (patch)
treeaf636f97906a7c3fbd48cb907417fa597b6f512e /emulators/uae/patches
parent76ccb1bc20452b80870f3fb7f27798ba63c3b859 (diff)
downloadpkgsrc-bd7eaaeebcfb1b855887e9644d4c28b11538358f.tar.gz
Make the cpu emulation work for non-i386 machines.
Removed the 'NOT_FOR_PLATFORM'.
Diffstat (limited to 'emulators/uae/patches')
-rw-r--r--emulators/uae/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/uae/patches/patch-aa b/emulators/uae/patches/patch-aa
new file mode 100644
index 00000000000..be8ae26dd5b
--- /dev/null
+++ b/emulators/uae/patches/patch-aa
@@ -0,0 +1,11 @@
+--- src/newcpu.c.orig Fri Jul 28 19:09:30 2000
++++ src/newcpu.c Fri Jul 28 19:10:03 2000
+@@ -1323,7 +1323,7 @@
+ : : "r" (func) : "%eax", "%edx", "%ecx", "memory", "cc");
+ }
+ #else
+-#define m68k_run1(F) F
++#define m68k_run1(F) (F)()
+ #endif
+
+ int in_m68k_go = 0;