]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commita8458d6cb3e05157f17c842ddd645dc269c8c12d
tree591114cf81f87dbea05b2ece3e63e469eb512cda
parentfbb5393cb7a496c3e659115257546ed7682f4376
MdePkg BaseLib NASM Thunk16: Use NASM local labels

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
MdePkg/Library/BaseLib/Ia32/Thunk16.nasm
MdePkg/Library/BaseLib/X64/Thunk16.nasm