mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-2157 Remove use of uint
This commit is contained in:
parent
0095aef095
commit
14d1a107e8
3 changed files with 3 additions and 3 deletions
|
@ -1277,7 +1277,7 @@ void Architecture::parseCompilerConfig(DocumentStorage &store)
|
|||
|
||||
uint4 elemId = decoder.openElement(ELEM_COMPILER_SPEC);
|
||||
for(;;) {
|
||||
uint subId = decoder.peekElement();
|
||||
uint4 subId = decoder.peekElement();
|
||||
if (subId == 0) break;
|
||||
if (subId == ELEM_DEFAULT_PROTO)
|
||||
decodeDefaultProto(decoder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue