diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-04-15 01:07:39 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-04-15 01:07:39 -0700 |
commit | 8fe112d61b08b83b6b7f27daa9daaa521e67deaf (patch) | |
tree | b91761247e4106f0ed4d6807bcbe17f5a6bb6b7b /src/cpu | |
parent | aacb676220ac1e6049304bef31a39090487da71e (diff) | |
download | gem5-8fe112d61b08b83b6b7f27daa9daaa521e67deaf.tar.xz |
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.
Diffstat (limited to 'src/cpu')
0 files changed, 0 insertions, 0 deletions