[SeaBIOS] [PATCH] Remove unnecessary "export" declarations from assembler functions.

Kevin O'Connor kevin at koconnor.net
Tue Feb 19 03:52:10 CET 2013


Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
---
 src/romlayout.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/romlayout.S b/src/romlayout.S
index 7fdd8fa..42f8761 100644
--- a/src/romlayout.S
+++ b/src/romlayout.S
@@ -347,7 +347,7 @@ entry_pcibios32:
         lretl
 
 // BIOS32 support
-        EXPORTFUNC entry_bios32
+        DECLFUNC entry_bios32
 entry_bios32:
         pushfl
 #if CONFIG_PCIBIOS
@@ -410,7 +410,7 @@ entry_csm:
 
         .code32
 
-        EXPORTFUNC __csm_return
+        DECLFUNC __csm_return
 __csm_return:
         movl %eax, %ebx
         movl $2f, %edx
-- 
1.7.11.7




More information about the SeaBIOS mailing list