mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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
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 New Issue
Block a user