mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
19 lines
477 B
Text
19 lines
477 B
Text
*** 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 \
|