Cleaning up warnings and errors, mostly looking for:

temporary is written but not read in constructor
This commit is contained in:
mumbel
2020-01-20 18:52:48 -06:00
parent 6ae0c1ce23
commit dce6e9f6a8
16 changed files with 65 additions and 45 deletions

View File

@@ -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);
}

View File

@@ -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