audk/OvmfPkg/Sec
Ruiyu Ni 46c6b956af OvmfPkg/Sec: Fix 64bit SEC build failure
Original code breaks a single assembly code to multiple lines.
But, when VS CL.exe preprocesses the FixedPcdGet32() macro
invocation to the replacement text, it loses '\', and causes
NASM to fail.

Changing the multiple lines to one line to resolve the build failure.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2017-11-29 10:42:25 +08:00
..
Ia32 OvmfPkg/Sec/Ia32: seed the temporary RAM with PcdInitValueInTempStack 2017-11-17 18:12:12 +01:00
X64 OvmfPkg/Sec: Fix 64bit SEC build failure 2017-11-29 10:42:25 +08:00
SecMain.c OvmfPkg/SecMain: Fix stack switching to permanent memory 2017-09-06 10:07:16 -07:00
SecMain.inf OvmfPkg/Sec/Ia32: seed the temporary RAM with PcdInitValueInTempStack 2017-11-17 18:12:12 +01:00