mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Add GLOBAL_FUNCTION macro for Itanium
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2116 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a720748034
commit
c529b1250b
@ -41,6 +41,9 @@ name::
|
||||
mov ar##.##pfs=loc1 ;;\
|
||||
br##.##ret##.##dpnt b0;;
|
||||
|
||||
#define GLOBAL_FUNCTION(Function) \
|
||||
.##type Function, @function; \
|
||||
.##global Function
|
||||
|
||||
#define INTERRUPT_HANDLER_BEGIN(name) \
|
||||
PROCEDURE_ENTRY(name##HandlerBegin) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user