Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22683 | Differences between
and this patch

Collapse All | Expand All

(-)src/video/SDL_stretch.c.orig (-3 / +1 lines)
Lines 261-269 Link Here
261
			break;
261
			break;
262
		    default:
262
		    default:
263
#ifdef __GNUC__
263
#ifdef __GNUC__
264
			__asm__ __volatile__ ("
264
			__asm__ __volatile__ (" call _copy_row "
265
				call _copy_row
266
			"
267
			: "=&D" (u1), "=&S" (u2)
265
			: "=&D" (u1), "=&S" (u2)
268
			: "0" (dstp), "1" (srcp)
266
			: "0" (dstp), "1" (srcp)
269
			: "memory" );
267
			: "memory" );

Return to bug 22683