diff options
Diffstat (limited to 'MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s')
-rw-r--r-- | MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s index b1b5e2a2fe..dfb93821a5 100644 --- a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s +++ b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s @@ -183,7 +183,7 @@ PROCEDURE_ENTRY (GetHandOffStatus) mov r8 = ar.k6 // Health Status (Self test params)
mov r9 = ar.k4 // LID bits
mov r10 = ar.k3;; // SAL_E entry state
- mov r11 = ar.k7 // Return address to PAL
+ mov r11 = ar.k1 // Return address to PAL
NESTED_RETURN
PROCEDURE_EXIT (GetHandOffStatus)
|