[gnu-efi] Fix *another* compile error on i686.

Peter Jones pjones at fedoraproject.org
Thu Aug 11 15:34:16 UTC 2011


commit f338ca5705e752075b1e248a14ee1d95a4b87cd1
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Aug 11 11:33:21 2011 -0400

    Fix *another* compile error on i686.

 ...-to-test-our-calling-convention-shananaga.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch b/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch
index e0ff456..2065c13 100644
--- a/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch
+++ b/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch
@@ -51,7 +51,6 @@ index 0000000..546df92
 +
 +#if 0
 +	asm volatile("out %0,%1" : : "a" ((uint8_t)a), "dN" (0x80));
-+#endif
 +
 +extern void dump_stack(void);
 +asm(	".globl	dump_stack\n"
@@ -76,6 +75,7 @@ index 0000000..546df92
 +		Print(L"%016x\r\n", *rsp++);
 +	}
 +}
++#endif
 +
 +EFI_STATUS EFI_FUNCTION test_failure_callback(void)
 +{


More information about the scm-commits mailing list