diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-07 17:16:03 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-07 17:16:03 +0000 |
commit | c20d62b5d2cb8e3cd9599e0ee26409e0d60cbe35 (patch) | |
tree | fdaa072ab5eafa6ed588f5400a9abbcf8b231cc1 /ArmPlatformPkg/Sec | |
parent | d0acc87a41d9aa25fe87eb096efa62afacd1f865 (diff) | |
download | edk2-platforms-c20d62b5d2cb8e3cd9599e0ee26409e0d60cbe35.tar.xz |
ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changes
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12828 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec')
-rw-r--r-- | ArmPlatformPkg/Sec/Helper.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Sec/Helper.asm b/ArmPlatformPkg/Sec/Helper.asm index 1649df399a..cd9603c7a0 100644 --- a/ArmPlatformPkg/Sec/Helper.asm +++ b/ArmPlatformPkg/Sec/Helper.asm @@ -64,7 +64,7 @@ copy_cpsr_into_spsr // Set the Non Secure Mode
set_non_secure_mode
push { r1 }
- and r0, r0, #0x1f // Keep only the mode bits
+ and r0, r0, #0x1f // Keep only the mode bits
mrs r1, spsr // Read the spsr
bic r1, r1, #0x1f // Clear all mode bits
orr r1, r1, r0
|