also save the esi register. Thx to d_layer
Modified: trunk/reactos/drivers/dd/bootvid/pixelsup_i386.S

Modified: trunk/reactos/drivers/dd/bootvid/pixelsup_i386.S
--- trunk/reactos/drivers/dd/bootvid/pixelsup_i386.S	2005-01-28 18:29:13 UTC (rev 13351)
+++ trunk/reactos/drivers/dd/bootvid/pixelsup_i386.S	2005-01-28 18:35:21 UTC (rev 13352)
@@ -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 @@
   movb  %al, 0x3(%esi)
 
   popl  %ebx
+  popl  %esi
   popl  %ebp
 	ret