summaryrefslogtreecommitdiff
path: root/emulators/uae/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/uae/patches/patch-aa')
-rw-r--r--emulators/uae/patches/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/uae/patches/patch-aa b/emulators/uae/patches/patch-aa
deleted file mode 100644
index be8ae26dd5b..00000000000
--- a/emulators/uae/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;