]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmEbPkg/Sec/ModuleEntryPoint.S
Waiting for redeye so I added some memory map comments to ArmEb.h. Also fixed assembl...
[mirror_edk2.git] / ArmEbPkg / Sec / ModuleEntryPoint.S
index 1e4acd496b1718ffae7f57e10e1f6433bb21346d..e8338e95441f552b8ddb03b8bceae43eeb764284 100755 (executable)
@@ -39,7 +39,7 @@ ASM_PFX(_ModuleEntryPoint):
   orr     r0, r0, #0x00f00000   // Enable VPF access (V* instructions)\r
   mcr     p15, 0, r0, c1, c0, 2\r
   mov     r0, #0x40000000       // Set EN bit in FPEXC\r
-  msr     FPEXC,r0\r
+  mcr     p10,#0x7,r0,c8,c0,#0  // msr     FPEXC,r0 in ARM assembly\r
   \r
    \r
   // Set CPU vectors to start of DRAM\r