ArmPkg: Fixed RVCT compiler warnings
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13490 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -36,7 +36,7 @@ _ModuleEntryPoint
|
||||
|
||||
_SetSVCMode
|
||||
// Enter SVC mode, Disable FIQ and IRQ
|
||||
mov r1, #0x13|0x80|0x40
|
||||
mov r1, #0x13 :OR: 0x80 :OR: 0x40
|
||||
msr CPSR_c, r1
|
||||
|
||||
// Check if we can install the stack at the top of the System Memory or if we need
|
||||
|
Reference in New Issue
Block a user