]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg BootScriptExecutorDxe: EXTERNDEF=>PUBLIC in S3Asm
authorJordan Justen <jordan.l.justen@intel.com>
Thu, 16 Oct 2014 05:55:36 +0000 (22:55 -0700)
committerLiming Gao <liming.gao@intel.com>
Tue, 28 Jun 2016 01:51:53 +0000 (09:51 +0800)
commit5262695cebf68be86928c7c5a6af5c73d281e858
tree0b8610f3b06c15807be7ab1b56c695138920bd35
parenta230845601c7b0b5514dfe372b5e9bfa22f2f606
MdeModulePkg BootScriptExecutorDxe: EXTERNDEF=>PUBLIC in S3Asm

NASM doesn't support EXTERNDEF, so convert this to PUBLIC.

This will make it easier to convert this code to NASM using an
automated script.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/S3Asm.asm
MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/S3Asm.asm