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

/gem5/src/sim/
H A Dpseudo_inst.ccdiff 9879:5fad1d2eb314 Wed Sep 18 11:08:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> sim: Fix undefined behavior in the pseudo-inst interface

The order between updating and using arg_num in
PseudoInst::pseudoInst() is currently undefined. This changeset
explicitly updates arg_num after it has been used to extract an
argument.

Completed in 15 milliseconds