forked from KolibriOS/kolibrios
and eax, 0xff -> movzx eax, al
git-svn-id: svn://kolibrios.org@865 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6cb566cf5e
commit
639d436580
@ -33,7 +33,7 @@ align 16
|
||||
i40:
|
||||
pushad
|
||||
cld
|
||||
and eax, 0xff
|
||||
movzx eax, al
|
||||
call dword [servetable2 + eax * 4]
|
||||
popad
|
||||
iretd
|
||||
@ -54,7 +54,7 @@ sysenter_entry:
|
||||
pushad
|
||||
cld
|
||||
|
||||
and eax, 0xff
|
||||
movzx eax, al
|
||||
call dword [servetable2 + eax * 4]
|
||||
|
||||
popad
|
||||
@ -87,7 +87,7 @@ syscall_entry:
|
||||
pushad
|
||||
cld
|
||||
|
||||
and eax, 0xff
|
||||
movzx eax, al
|
||||
call dword [servetable2 + eax * 4]
|
||||
|
||||
popad
|
||||
|
@ -33,7 +33,7 @@ align 16
|
||||
i40:
|
||||
pushad
|
||||
cld
|
||||
and eax, 0xff
|
||||
movzx eax, al
|
||||
call dword [servetable2 + eax * 4]
|
||||
popad
|
||||
iretd
|
||||
@ -54,7 +54,7 @@ sysenter_entry:
|
||||
pushad
|
||||
cld
|
||||
|
||||
and eax, 0xff
|
||||
movzx eax, al
|
||||
call dword [servetable2 + eax * 4]
|
||||
|
||||
popad
|
||||
@ -87,7 +87,7 @@ syscall_entry:
|
||||
pushad
|
||||
cld
|
||||
|
||||
and eax, 0xff
|
||||
movzx eax, al
|
||||
call dword [servetable2 + eax * 4]
|
||||
|
||||
popad
|
||||
|
Loading…
Reference in New Issue
Block a user