[FREELDR]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 27 Sep 2011 23:58:47 +0000 (23:58 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 27 Sep 2011 23:58:47 +0000 (23:58 +0000)
Try to fix boot with rbuild

svn path=/trunk/; revision=53879

reactos/boot/freeldr/freeldr/arch/i386/int386.S

index 87b914a..8bf6fcc 100644 (file)
@@ -92,7 +92,7 @@ EXTERN(_Int386)
        /* 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 @@ Int386_vector_opcode:
        /* Copy the variables to the output regs */
        movl    $Int386_REGS,%esi
        movl    Int386_regsout,%edi
-       movl    $0x24,%ecx
+       movl    $0x28,%ecx
        cld
        rep
        movsb