Whitespace fixes.

This commit is contained in:
Peter Jones 2011-08-11 10:58:51 -04:00
parent 0479b733c5
commit 9f8dca1220
3 changed files with 17 additions and 20 deletions

View File

@ -90,12 +90,11 @@ index 83ca529..aac83b3 100644
#define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
(_if)->LoadInternal(type, name, entry)
@@ -205,3 +220,5 @@ void __mf (void);
@@ -205,3 +220,4 @@ void __mf (void);
/* No efi call wrapper for IA32 architecture */
#define uefi_call_wrapper(func, va_num, ...) func(__VA_ARGS__)
+#define EFI_FUNCTION
+
diff --git a/inc/x86_64/efibind.h b/inc/x86_64/efibind.h
index 1f8e735..9250973 100644
--- a/inc/x86_64/efibind.h

View File

@ -18,7 +18,7 @@ diff --git a/lib/x86_64/efi_stub.S b/lib/x86_64/efi_stub.S
index f9e70d4..5607779 100644
--- a/lib/x86_64/efi_stub.S
+++ b/lib/x86_64/efi_stub.S
@@ -6,133 +6,272 @@
@@ -6,133 +6,270 @@
* Huang Ying <ying.huang@intel.com>
*/
@ -326,8 +326,6 @@ index f9e70d4..5607779 100644
+ addq $80, %rsp
+ unpad_stack
ret
+
+
--
1.7.6