X86: Fix a tiny typo in the load/store microop constructor.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 15 Apr 2012 08:07:39 +0000 (01:07 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 15 Apr 2012 08:07:39 +0000 (01:07 -0700)
commit8fe112d61b08b83b6b7f27daa9daaa521e67deaf
treeb91761247e4106f0ed4d6807bcbe17f5a6bb6b7b
parentaacb676220ac1e6049304bef31a39090487da71e
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.
src/arch/x86/insts/microldstop.hh