]> git.pld-linux.org Git - packages/SDL.git/blob - SDL-gcc33.patch
- dropped (breaks static linking)
[packages/SDL.git] / SDL-gcc33.patch
1 --- SDL-1.2.5/src/video/SDL_stretch.c~  2002-03-06 12:23:03.000000000 +0100
2 +++ SDL-1.2.5/src/video/SDL_stretch.c   2003-05-26 13:19:25.000000000 +0200
3 @@ -261,9 +261,7 @@
4                         break;
5                     default:
6  #ifdef __GNUC__
7 -                       __asm__ __volatile__ ("
8 -                               call _copy_row
9 -                       "
10 +                       __asm__ __volatile__ (" call _copy_row\n"
11                         : "=&D" (u1), "=&S" (u2)
12                         : "0" (dstp), "1" (srcp)
13                         : "memory" );
This page took 0.0432 seconds and 3 git commands to generate.