Fix a clobber list (no big deal)

This commit is contained in:
theoddone33
2002-02-27 07:13:47 +00:00
parent b5f7ed85fd
commit 1e6ea57a29

View File

@@ -223,7 +223,7 @@ void sw_drawwin()
" rep\n" \ " rep\n" \
" stosl\n" \ " stosl\n" \
" emms\n" \ " emms\n" \
: : "g" (pitch), "S" (ScreenPtr), "D" (SurfBufD) : "cc", "memory", "eax", "ebx", "ecx"); : : "g" (pitch), "S" (ScreenPtr), "D" (SurfBufD) : "cc", "memory", "eax", "ecx");
} else { } else {
// Doesn't seem to work - DDOI // Doesn't seem to work - DDOI
__asm__ __volatile__ ( __asm__ __volatile__ (