Author: tkreuzer
Date: Tue Sep 27 23:58:47 2011
New Revision: 53879
URL:
http://svn.reactos.org/svn/reactos?rev=53879&view=rev
Log:
[FREELDR]
Try to fix boot with rbuild
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/int386.S
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/int386.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/int386.S [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/int386.S [iso-8859-1] Tue Sep 27 23:58:47
2011
@@ -92,7 +92,7 @@
/* Copy the input regs to our variables */
movl $Int386_REGS,%edi
movl Int386_regsin,%esi
- movl $0x24,%ecx
+ movl $0x28,%ecx
cld
rep
movsb
@@ -170,7 +170,7 @@
/* Copy the variables to the output regs */
movl $Int386_REGS,%esi
movl Int386_regsout,%edi
- movl $0x24,%ecx
+ movl $0x28,%ecx
cld
rep
movsb