Fixed non-AT&T syntax in some inline.
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user