diff options
Diffstat (limited to 'src/arch/arm/predecoder.hh')
-rw-r--r-- | src/arch/arm/predecoder.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/arm/predecoder.hh b/src/arch/arm/predecoder.hh index 2438f0378..63da78dd7 100644 --- a/src/arch/arm/predecoder.hh +++ b/src/arch/arm/predecoder.hh @@ -126,6 +126,8 @@ namespace ArmISA DPRINTF(Predecoder, "16 bit Thumb.\n"); offset += 2; emi.instBits = word; + // Set the condition code field artificially. + emi.condCode = COND_UC; } } } |