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

/gem5/src/arch/x86/insts/
H A Dmicroldstop.hhdiff 8954:3c7232fec7fd Sun Apr 15 04:07:00 EDT 2012 Gabe Black <gblack@eecs.umich.edu> X86: Fix a tiny typo in the load/store microop constructor.

The parameter is _machInst, which is very similar to the member machInst. If
machInst is used to pass the parameter to a lower level constructor, what
really happens is that machInst is set to whatever it already happened to be,
effectively leaving it uninitialized.

Completed in 8 milliseconds