projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdfb486
)
null: Get rid of some register type definitions.
author
Gabe Black
<gabeblack@google.com>
Tue, 20 Nov 2018 03:01:13 +0000
(19:01 -0800)
committer
Gabe Black
<gabeblack@google.com>
Thu, 31 Jan 2019 11:05:51 +0000
(11:05 +0000)
These are no longer used.
Change-Id: Ic6a35e8a7e25eab9d21a3eef683914e01508c6d7
Reviewed-on: https://gem5-review.googlesource.com/c/14463
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/arch/null/registers.hh
patch
|
blob
|
history
diff --git
a/src/arch/null/registers.hh
b/src/arch/null/registers.hh
index e53cc458add807c580bf968ee9031db6221562ad..49ea4c79c4b01633525cf310d05379f419cbc29e 100644
(file)
--- a/
src/arch/null/registers.hh
+++ b/
src/arch/null/registers.hh
@@
-47,10
+47,7
@@
namespace NullISA {
-typedef RegVal IntReg;
-typedef RegVal FloatReg;
typedef uint8_t CCReg;
-typedef RegVal MiscReg;
const RegIndex ZeroReg = 0;
// Not applicable to null