Fix a clobber list (no big deal)
This commit is contained in:
@@ -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__ (
|
||||||
|
|||||||
Reference in New Issue
Block a user