Fixed non-AT&T syntax in some inline.

This commit is contained in:
theoddone33
2001-04-12 03:03:34 +00:00
parent f15057fb9c
commit 860ba8ddcc

View File

@@ -1940,7 +1940,8 @@ void drawscreenwin(void)
xorl %%eax, %%eax xorl %%eax, %%eax
movl $128, %%ecx movl $128, %%ecx
rep stosl rep
stosl
popw %%es popw %%es
emms emms
" : : : "cc", "memory", "eax", "ebx", "ecx","edi", "esi"); " : : : "cc", "memory", "eax", "ebx", "ecx","edi", "esi");
@@ -1955,7 +1956,8 @@ void drawscreenwin(void)
movl SurfBufD, %%edi movl SurfBufD, %%edi
Copying: Copying:
movl $128, %%ecx movl $128, %%ecx
rep movsl rep
movsl
incl %%eax incl %%eax
addl Temp1, %%edi addl Temp1, %%edi
subl $512, %%edi subl $512, %%edi
@@ -1965,7 +1967,8 @@ void drawscreenwin(void)
jne Copying jne Copying
xorl %%eax, %%eax xorl %%eax, %%eax
movl $128, %%ecx movl $128, %%ecx
rep stosl rep
stosl
popw %%es popw %%es
" : : : "cc", "memory", "eax", "ebx", "ecx","edi", "esi"); " : : : "cc", "memory", "eax", "ebx", "ecx","edi", "esi");
} }