diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2016-01-17 18:27:46 -0800 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2016-01-17 18:27:46 -0800 |
commit | fb0383bc72ba3621a69f5f4d0cebb65907f39cc0 (patch) | |
tree | 1e23d2779570f28a7a337290c6bfbb76489bcb81 /src/arch/x86 | |
parent | 28a0e5a165842bb3e5bed144cc5b64437810e4fb (diff) | |
download | gem5-fb0383bc72ba3621a69f5f4d0cebb65907f39cc0.tar.xz |
arch: get rid of unused LargestRead typedef
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/registers.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/registers.hh b/src/arch/x86/registers.hh index ebd88136e..c28336dc9 100644 --- a/src/arch/x86/registers.hh +++ b/src/arch/x86/registers.hh @@ -91,8 +91,6 @@ const int SyscallPseudoReturnReg = INTREG_RDX; typedef uint64_t IntReg; typedef uint64_t CCReg; -//XXX Should this be a 128 bit structure for XMM memory ops? -typedef uint64_t LargestRead; typedef uint64_t MiscReg; //These floating point types are correct for mmx, but not |