aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vba/files/patch-aa')
-rw-r--r--emulators/vba/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/vba/files/patch-aa b/emulators/vba/files/patch-aa
new file mode 100644
index 000000000000..57d4bfd7c40e
--- /dev/null
+++ b/emulators/vba/files/patch-aa
@@ -0,0 +1,19 @@
+*** src/SDL.cpp.orig Sat Aug 23 16:19:48 2003
+--- src/SDL.cpp Tue Sep 2 17:59:39 2003
+***************
+*** 619,625 ****
+ }
+ #else
+ #define SDL_CALL_STRETCHER \
+! asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest))
+ #endif
+ #else
+ #define SDL_CALL_STRETCHER \
+--- 619,625 ----
+ }
+ #else
+ #define SDL_CALL_STRETCHER \
+! // asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest))
+ #endif
+ #else
+ #define SDL_CALL_STRETCHER \