also save the esi register. Thx to d_layer

svn path=/trunk/; revision=13352
This commit is contained in:
Thomas Bluemel 2005-01-28 18:35:21 +00:00
parent 22501b78f9
commit 919a5257b4

View file

@ -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