From acb56b724a129e30fcfce1b2d73a2816190d2ae1 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 7 Jan 2013 22:01:50 +0000 Subject: [PATCH] --- yaml --- r: 349419 b: refs/heads/master c: f791620fa7517e1045742c475a7f005db9a634b8 h: refs/heads/master i: 349417: 0fc3f345627ef88087715708e9d64617cdf39fd6 349415: 249de245dbd13d498bb298f4b35fd00d12975faf v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/compressed/head_32.S | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8cf0307f6d4b..167bf8aa2df9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70a479cbe80296d3113e65cc2f713a5101061daf +refs/heads/master: f791620fa7517e1045742c475a7f005db9a634b8 diff --git a/trunk/arch/x86/boot/compressed/head_32.S b/trunk/arch/x86/boot/compressed/head_32.S index aa4aaf1b2380..ccb2f4a5f7bd 100644 --- a/trunk/arch/x86/boot/compressed/head_32.S +++ b/trunk/arch/x86/boot/compressed/head_32.S @@ -50,8 +50,10 @@ ENTRY(startup_32) pushl %eax pushl %esi pushl %ecx + sub $0x4, %esp .org 0x30,0x90 + add $0x4, %esp call efi_main cmpl $0, %eax movl %eax, %esi