Searched hist:9532 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/o3/
H A Ddyn_inst.hh9532:01f0fac41c84 Fri Feb 15 17:40:00 EST 2013 Geoffrey Blake <geoffrey.blake@arm.com> cpu: Avoid duplicate entries in tracking structures for writes to misc regs

setMiscReg currently makes a new entry for each write to a misc reg without
checking for duplicates, this can cause a triggering of the assert if an
instruction get replayed and writes to the same misc regs multiple times.
This fix prevents duplicate entries and instead updates the value.

Completed in 16 milliseconds