summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb')
-rw-r--r--UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb4
1 files changed, 4 insertions, 0 deletions
diff --git a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb b/UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb
index 31ac06ae4a..f4a29e8d89 100644
--- a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb
+++ b/UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb
@@ -41,6 +41,10 @@
%include "PostCodes.inc"
+%ifdef ARCH_X64
+%include "X64/PageTables.asm"
+%endif
+
%ifdef DEBUG_PORT80
%include "Port80Debug.asm"
%elifdef DEBUG_SERIAL