]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg BaseLib NASM Thunk16: Use NASM local labels
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 1 Sep 2014 17:23:39 +0000 (17:23 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Sep 2014 17:23:39 +0000 (17:23 +0000)
http://www.nasm.us/doc/nasmdoc3.html#section-3.9

A local label is a label beginning with the period, and it's actual
name is prefixed by the previous non-local label.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16022 6f19259b-4bc3-4df7-8a09-765794883524


No differences found