ports/emulators/vba/files/patch-aa
Mark Linimon 5c3d5d1f4e 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)
2004-02-17 10:06:24 +00:00

11 lines
349 B
Text

--- 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 \