Add ASM_PFX() for exposed symoble from assemble to C

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9435 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-11-17 06:52:34 +00:00
parent df8d0595dc
commit 6a8e44d9c6
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ ASM_PFX(InternalAsmThunk16):
.const:
ASM_PFX(m16Size): .word _InternalAsmThunk16 - ASM_PFX(m16Start)
ASM_PFX(mThunk16Attr): .word _ThunkAttr - ASM_PFX(m16Start)
ASM_PFX(m16Size): .word ASM_PFX(InternalAsmThunk16) - ASM_PFX(m16Start)
ASM_PFX(mThunk16Attr): .word ASM_PFX(ThunkAttr) - ASM_PFX(m16Start)
ASM_PFX(m16Gdt): .word _NullSegDesc - ASM_PFX(m16Start)
ASM_PFX(m16GdtrBase): .word _16GdtrBase - ASM_PFX(m16Start)
ASM_PFX(mTransition): .word _EntryPoint - ASM_PFX(m16Start)