ports/emulators/vba/files/patch-aa
Edwin Groothuis 0e78f2abe2 New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
	emulators out there.

PR:		ports/56376
Submitted by:	No Name <arundel@gmx.net>
2003-10-03 13:07:59 +00:00

19 lines
477 B
Text

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