opnsense-ports/emulators/vba/files/patch-src-sdl-SDL.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
357 B
C++

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