mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
also save the esi register. Thx to d_layer
svn path=/trunk/; revision=13352
This commit is contained in:
parent
22501b78f9
commit
919a5257b4
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
_InbvPutPixels:
|
||||
pushl %ebp
|
||||
movl %esp, %ebp
|
||||
pushl %esi
|
||||
pushl %ebx
|
||||
|
||||
/* Compute mask and put it in EBX
|
||||
|
@ -98,6 +99,7 @@ _InbvPutPixels:
|
|||
movb %al, 0x3(%esi)
|
||||
|
||||
popl %ebx
|
||||
popl %esi
|
||||
popl %ebp
|
||||
ret
|
||||
|
||||
|
|
Loading…
Reference in a new issue