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:
andrewfish 2010-02-03 23:07:29 +00:00
parent eeb78924ec
commit c639c2def9
1 changed files with 2 additions and 0 deletions

View File

@ -369,6 +369,7 @@ SignExtend32 (
// The PC is after the instruction that is excuting. So you pass
// in the instruction address and you get back the aligned answer
//
UINT32
PCAlign4 (
IN UINT32 Data
)
@ -728,6 +729,7 @@ DisassembleThumbInstruction (
case RFE_FORMAT:
// <Rn>{!}
W = (OpCode32 & BIT21) == BIT21;
AsciiSPrint (&Buf[Offset], Size - Offset, " %a%a, #0x%x", gReg[Rn], W?"!":"");
return;