summaryrefslogtreecommitdiff
path: root/sim/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/system.hh')
-rw-r--r--sim/system.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/system.hh b/sim/system.hh
index 8cfe790de..ed78eb3d4 100644
--- a/sim/system.hh
+++ b/sim/system.hh
@@ -77,6 +77,9 @@ class System : public SimObject
/** pal symbol table */
SymbolTable *palSymtab;
+ /** all symbols table */
+ SymbolTable *allSymtab;
+
/** Object pointer for the kernel code */
ObjectFile *kernel;