Fix *another* compile error on i686.

This commit is contained in:
Peter Jones 2011-08-11 11:33:21 -04:00
parent c968658fe3
commit f338ca5705

View File

@ -51,7 +51,6 @@ index 0000000..546df92
+ +
+#if 0 +#if 0
+ asm volatile("out %0,%1" : : "a" ((uint8_t)a), "dN" (0x80)); + asm volatile("out %0,%1" : : "a" ((uint8_t)a), "dN" (0x80));
+#endif
+ +
+extern void dump_stack(void); +extern void dump_stack(void);
+asm( ".globl dump_stack\n" +asm( ".globl dump_stack\n"
@ -76,6 +75,7 @@ index 0000000..546df92
+ Print(L"%016x\r\n", *rsp++); + Print(L"%016x\r\n", *rsp++);
+ } + }
+} +}
+#endif
+ +
+EFI_STATUS EFI_FUNCTION test_failure_callback(void) +EFI_STATUS EFI_FUNCTION test_failure_callback(void)
+{ +{