mirror of https://github.com/acidanthera/audk.git
Fix GCC error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10512 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4ade93d032
commit
a9dfdf4e68
|
@ -51,7 +51,7 @@ ASM_PFX(_ModuleEntryPoint):
|
|||
// CPU DXE driver likes known values so it can let GDB stub hook vectors
|
||||
ldr r1, ShouldNeverGetHere
|
||||
movs r2, #0
|
||||
FillVectors
|
||||
FillVectors:
|
||||
str r1, [r0, r2]
|
||||
adds r2, r2, #4
|
||||
cmp r2, #32
|
||||
|
|
Loading…
Reference in New Issue