diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-04-28 15:34:03 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-04-28 15:34:03 -0400 |
commit | c819a1c0e188a388cd1891fa5a36e81adcd6c279 (patch) | |
tree | ac334b7da1db5be0f8b9997fb9645f5c53595088 /sim | |
parent | 8f8d09538f58d2e56d7f61b595e64bd06cce8484 (diff) | |
download | gem5-c819a1c0e188a388cd1891fa5a36e81adcd6c279.tar.xz |
Add SparcSystem object
arch/alpha/system.hh:
sim/system.hh:
make boot_osflags apply to all systems
--HG--
extra : convert_revision : 48cf903fd92be250b86817210951b85fa5e74632
Diffstat (limited to 'sim')
-rw-r--r-- | sim/system.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/system.hh b/sim/system.hh index 3c2c27bee..7e21bd587 100644 --- a/sim/system.hh +++ b/sim/system.hh @@ -155,6 +155,7 @@ class System : public SimObject #if FULL_SYSTEM Tick boot_cpu_frequency; + std::string boot_osflags; uint64_t init_param; bool bin; std::vector<std::string> binned_fns; |