From b60019815fb60411deb94966fc17f0eca6baf736 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 27 Sep 2011 23:58:47 +0000 Subject: [PATCH] [FREELDR] Try to fix boot with rbuild svn path=/trunk/; revision=53879 --- reactos/boot/freeldr/freeldr/arch/i386/int386.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/int386.S b/reactos/boot/freeldr/freeldr/arch/i386/int386.S index 87b914ae95e..8bf6fcce742 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/int386.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/int386.S @@ -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