]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- Allows to build with gcc33
authoradgor <adgor@pld-linux.org>
Mon, 26 May 2003 12:23:52 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL-gcc33.patch -> 1.1

SDL-gcc33.patch [new file with mode: 0644]

diff --git a/SDL-gcc33.patch b/SDL-gcc33.patch
new file mode 100644 (file)
index 0000000..0c9d5ec
--- /dev/null
@@ -0,0 +1,13 @@
+--- SDL-1.2.5/src/video/SDL_stretch.c~ 2002-03-06 12:23:03.000000000 +0100
++++ SDL-1.2.5/src/video/SDL_stretch.c  2003-05-26 13:19:25.000000000 +0200
+@@ -261,9 +261,7 @@
+                       break;
+                   default:
+ #ifdef __GNUC__
+-                      __asm__ __volatile__ ("
+-                              call _copy_row
+-                      "
++                      __asm__ __volatile__ (" call _copy_row\n"
+                       : "=&D" (u1), "=&S" (u2)
+                       : "0" (dstp), "1" (srcp)
+                       : "memory" );
This page took 0.048019 seconds and 4 git commands to generate.