mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
VisualBoyAdvance is currently one of the best Gameboy Advance emulators out there. PR: ports/56376 Submitted by: No Name <arundel@gmx.net>
19 lines
477 B
Text
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 \
|