projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41e132
)
Elf: Add in some new aux vector type constants.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 27 Jul 2009 07:52:19 +0000
(
00:52
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 27 Jul 2009 07:52:19 +0000
(
00:52
-0700)
src/sim/process.hh
patch
|
blob
|
history
diff --git
a/src/sim/process.hh
b/src/sim/process.hh
index 0d5421dcd805587e49ac7ad3c20b01877da0378d..05a48071a3dec68f1cd02ed0a6bd78c50308eed1 100644
(file)
--- a/
src/sim/process.hh
+++ b/
src/sim/process.hh
@@
-295,6
+295,10
@@
class LiveProcess : public Process
M5_AT_CLKTCK = 17,
M5_AT_SECURE = 23,
+ M5_BASE_PLATFORM = 24,
+ M5_AT_RANDOM = 25,
+
+ M5_AT_EXECFN = 31,
M5_AT_VECTOR_SIZE = 44
};