]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/X64/Nasm.inc
MdePkg: Remove the macro definitions regarding Opcode.
authorJason <yun.lou@intel.com>
Mon, 10 Jan 2022 14:05:47 +0000 (22:05 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 1 Mar 2022 01:45:47 +0000 (01:45 +0000)
commitbbaa00dd01ed0df30e43a5a89fd2b0433d858b73
tree7485fd4a9e4867faa6b2046f0e3e830b0fd4e015
parent2aa107c0aa2e1375651867c8df1b81ff64b67fce
MdePkg: Remove the macro definitions regarding Opcode.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3790

Remove the macro definitions regarding Opcode because new version of
NASM tool(e.g. v2.15.05) supports the corresponding instructions.
Note: This patch need to be merged after other NASM code change to avoid
compilation errors.

Signed-off-by: Jason Lou <yun.lou@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
MdePkg/Include/Ia32/Nasm.inc
MdePkg/Include/X64/Nasm.inc