Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoint following PI.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3642 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1 2007-08-15 05:44:40 +00:00
parent df809f3d34
commit 9833aeafa3
1 changed files with 1 additions and 1 deletions

View File

@ -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)