]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix stray charcter in comment.
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 8 Jan 2010 21:28:45 +0000 (21:28 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 8 Jan 2010 21:28:45 +0000 (21:28 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9698 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/Drivers/CpuDxe/ExceptionSupport.ARMv6.asm

index 6579a9c6dd88367e3a4e1bb470f388d2beb4d89f..6162e1ba500f7fc5f52c93e6a6d06552f00f4739 100755 (executable)
@@ -246,7 +246,7 @@ CommonCExceptionHandler (
   add       R3, SP, #0x54           ; Make R3 point to SVC LR saved on entry
   add       R2, SP, #0x38           ; Make R2 point to EFI_SYSTEM_CONTEXT_ARM.LR
   and       R1, R1, #0x1f           ; Check to see if User or System Mode
-  cmp       R1, #0x1f               ; if ((CPSR == 0x10) || (CPSR == 0x1df))
+  cmp       R1, #0x1f               ; if ((CPSR == 0x10) || (CPSR == 0x1f))
   cmpne     R1, #0x10               ;   
   ldmeqed   R2, {lr}^               ;   restore unbanked lr
                                     ; else