mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
Fix GCC warnings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9925 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eeb78924ec
commit
c639c2def9
@ -369,6 +369,7 @@ SignExtend32 (
|
|||||||
// The PC is after the instruction that is excuting. So you pass
|
// The PC is after the instruction that is excuting. So you pass
|
||||||
// in the instruction address and you get back the aligned answer
|
// in the instruction address and you get back the aligned answer
|
||||||
//
|
//
|
||||||
|
UINT32
|
||||||
PCAlign4 (
|
PCAlign4 (
|
||||||
IN UINT32 Data
|
IN UINT32 Data
|
||||||
)
|
)
|
||||||
@ -728,6 +729,7 @@ DisassembleThumbInstruction (
|
|||||||
|
|
||||||
case RFE_FORMAT:
|
case RFE_FORMAT:
|
||||||
// <Rn>{!}
|
// <Rn>{!}
|
||||||
|
W = (OpCode32 & BIT21) == BIT21;
|
||||||
AsciiSPrint (&Buf[Offset], Size - Offset, " %a%a, #0x%x", gReg[Rn], W?"!":"");
|
AsciiSPrint (&Buf[Offset], Size - Offset, " %a%a, #0x%x", gReg[Rn], W?"!":"");
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user