]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/PiSmmCpuDxeSmm: remove superfluous ENDs from NASM source
authorLaszlo Ersek <lersek@redhat.com>
Thu, 14 Jul 2016 14:36:37 +0000 (16:36 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Mon, 18 Jul 2016 17:23:01 +0000 (19:23 +0200)
commit09a85f6eebf208e8c5435130e11caf0843cb7219
treec1bdaaa0c1908a339787ceacbeeee70fe6e6d543
parent9c4dbdff1d56da18453fbaba03c9969a298376ef
UefiCpuPkg/PiSmmCpuDxeSmm: remove superfluous ENDs from NASM source

Commits 28ee5816465b1 and 246cd9085f806 added these ENDs as part of the
manual conversion from *.asm files. However, the ENDs makes no sense for
NASM. Although they don't break the build, NASM complains about them:

  label alone on a line without a colon might be in error

(This NASM warning category dates back to NASM 0.95, commit
6768eb71d8deb.)

Remove the ENDs.

Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmiException.nasm
UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.nasm