diff options
Diffstat (limited to 'emulators/vba/files/patch-aa')
-rw-r--r-- | emulators/vba/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/vba/files/patch-aa b/emulators/vba/files/patch-aa deleted file mode 100644 index 287dace14459..000000000000 --- a/emulators/vba/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sdl/SDL.cpp.orig Sun Feb 8 14:45:01 2004 -+++ src/sdl/SDL.cpp Tue Feb 10 14:45:09 2004 -@@ -621,7 +621,7 @@ - } - #else - #define SDL_CALL_STRETCHER \ -- asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest)) -+ asm volatile("call *%%eax" : "=a" (stretcher),"=S" (src),"=D" (dest)) - #endif - #else - #define SDL_CALL_STRETCHER \ |