summaryrefslogtreecommitdiff
path: root/emulators/vba/files/patch-aa
blob: 39f0b8785d27db79af5648dc390194dd07af0710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** 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 \