and eax, 0xff -> movzx eax, al

git-svn-id: svn://kolibrios.org@865 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Iliya Mihailov (Ghost) 2008-09-20 05:52:34 +00:00
parent 6cb566cf5e
commit 639d436580
2 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ align 16
i40: i40:
pushad pushad
cld cld
and eax, 0xff movzx eax, al
call dword [servetable2 + eax * 4] call dword [servetable2 + eax * 4]
popad popad
iretd iretd
@ -54,7 +54,7 @@ sysenter_entry:
pushad pushad
cld cld
and eax, 0xff movzx eax, al
call dword [servetable2 + eax * 4] call dword [servetable2 + eax * 4]
popad popad
@ -87,7 +87,7 @@ syscall_entry:
pushad pushad
cld cld
and eax, 0xff movzx eax, al
call dword [servetable2 + eax * 4] call dword [servetable2 + eax * 4]
popad popad

View File

@ -33,7 +33,7 @@ align 16
i40: i40:
pushad pushad
cld cld
and eax, 0xff movzx eax, al
call dword [servetable2 + eax * 4] call dword [servetable2 + eax * 4]
popad popad
iretd iretd
@ -54,7 +54,7 @@ sysenter_entry:
pushad pushad
cld cld
and eax, 0xff movzx eax, al
call dword [servetable2 + eax * 4] call dword [servetable2 + eax * 4]
popad popad
@ -87,7 +87,7 @@ syscall_entry:
pushad pushad
cld cld
and eax, 0xff movzx eax, al
call dword [servetable2 + eax * 4] call dword [servetable2 + eax * 4]
popad popad