mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Cleaning up warnings and errors, mostly looking for:
temporary is written but not read in constructor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#dcread r0,0,r0 0x7c 00 03 cc
|
||||
:dcread S,RA_OR_ZERO,B is OP=31 & S & B & (XOP_1_10=486 | XOP_1_10=326) & BIT_0=0 & RA_OR_ZERO
|
||||
{
|
||||
ea:$(REGISTER_SIZE) = RA_OR_ZERO + B;
|
||||
# ea:$(REGISTER_SIZE) = RA_OR_ZERO + B;
|
||||
S = dataCacheRead(RA_OR_ZERO,B);
|
||||
}
|
||||
|
||||
|
||||
@@ -834,7 +834,6 @@ define pcodeop DetermineLeftmostZeroByte;
|
||||
@endif
|
||||
|
||||
tmpX:8 = 0;
|
||||
tmpY:8 = 0;
|
||||
|
||||
<unmatched>
|
||||
|
||||
@@ -843,9 +842,6 @@ define pcodeop DetermineLeftmostZeroByte;
|
||||
|
||||
if ( ( ( tmpD << ( (tmpX - 1) * 8 ) ) & 0xFF00000000000000 ) != 0 ) goto <unmatched>;
|
||||
|
||||
# matched
|
||||
tmpY = 1;
|
||||
|
||||
<done_searching>
|
||||
|
||||
# place byte number in register A and low 7 bits of XER
|
||||
|
||||
Reference in New Issue
Block a user