]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg BootScriptExecutorDxe: Use NASM compatible syntax
authorJordan Justen <jordan.l.justen@intel.com>
Thu, 16 Oct 2014 14:57:03 +0000 (07:57 -0700)
committerLiming Gao <liming.gao@intel.com>
Tue, 28 Jun 2016 01:51:53 +0000 (09:51 +0800)
commita230845601c7b0b5514dfe372b5e9bfa22f2f606
tree045f9e3bb7def2748055f65f4104ed004a2a143f
parent7e08bace8c18fd73d6aa4e753999d236086d191f
MdeModulePkg BootScriptExecutorDxe: Use NASM compatible syntax

Without this change, after converting this code to NASM, this error
will be reported:
error: invalid combination of opcode and operands

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