From 5c3d5d1f4e42a4de8e72b2ce291a98694c46184f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 17 Feb 2004 10:06:24 +0000 Subject: Update to version 1.7.1: update battery file more often; many bugfixes. See ChangeLog for complete details. PR: ports/62645 Submitted by: arundel@gmx.net (maintainer) --- emulators/vba/files/patch-aa | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'emulators/vba/files/patch-aa') diff --git a/emulators/vba/files/patch-aa b/emulators/vba/files/patch-aa index 39f0b8785d27..1cff2d167f08 100644 --- a/emulators/vba/files/patch-aa +++ b/emulators/vba/files/patch-aa @@ -1,19 +1,11 @@ -*** src/SDL.cpp.orig Sun Jan 11 22:20:00 2004 ---- src/SDL.cpp Sun Jan 11 22:17:23 2004 -*************** -*** 625,631 **** - } - #else - #define SDL_CALL_STRETCHER \ -! asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest)) - #endif - #else - #define SDL_CALL_STRETCHER \ ---- 625,631 ---- - } - #else - #define SDL_CALL_STRETCHER \ -! // asm volatile("call *%%eax"::"a" (stretcher),"S" (src),"D" (dest)) - #endif - #else - #define SDL_CALL_STRETCHER \ +--- src/SDL.cpp.orig Sun Feb 8 14:45:01 2004 ++++ src/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 \ -- cgit v1.2.3