changeset bf122a97f88b in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=bf122a97f88b
description:
        Elf: Add in some new aux vector type constants.

diffstat:

1 file changed, 4 insertions(+)
src/sim/process.hh |    4 ++++

diffs (14 lines):

diff -r 7a94cba72e02 -r bf122a97f88b src/sim/process.hh
--- a/src/sim/process.hh        Mon Jul 27 00:52:01 2009 -0700
+++ b/src/sim/process.hh        Mon Jul 27 00:52:19 2009 -0700
@@ -295,6 +295,10 @@
         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
     };
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to