projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6074b1a
)
X86: Make the MicroPC type 16 bit.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 13 Oct 2008 03:48:24 +0000
(20:48 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 13 Oct 2008 03:48:24 +0000
(20:48 -0700)
src/cpu/static_inst.hh
patch
|
blob
|
history
diff --git
a/src/cpu/static_inst.hh
b/src/cpu/static_inst.hh
index c9eb6ff2411110d426e5a1372f539d9c56fc18b6..032a304ad8aee9f6748a95da0a800593d0d87990 100644
(file)
--- a/
src/cpu/static_inst.hh
+++ b/
src/cpu/static_inst.hh
@@
-72,7
+72,7
@@
namespace Trace {
class InstRecord;
}
-typedef uint
32
_t MicroPC;
+typedef uint
16
_t MicroPC;
static const MicroPC MicroPCRomBit = 1 << (sizeof(MicroPC) * 8 - 1);