Fix on -current with gcc 3.3.
This commit is contained in:
parent
4b11005db5
commit
120e201201
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84889
1 changed files with 18 additions and 0 deletions
18
devel/sdl12/files/patch-src::video::SDL_stretch.c
Normal file
18
devel/sdl12/files/patch-src::video::SDL_stretch.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/video/SDL_stretch.c 2003/07/14 18:17:21 1.1
|
||||
+++ src/video/SDL_stretch.c 2003/07/14 18:18:39
|
||||
@@ -261,9 +261,9 @@
|
||||
break;
|
||||
default:
|
||||
#ifdef __GNUC__
|
||||
- __asm__ __volatile__ ("
|
||||
- call _copy_row
|
||||
- "
|
||||
+ __asm__ __volatile__ (""
|
||||
+ " call _copy_row"
|
||||
+ ""
|
||||
: "=&D" (u1), "=&S" (u2)
|
||||
: "0" (dstp), "1" (srcp)
|
||||
: "memory" );
|
Loading…
Reference in a new issue