diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 03:19:58 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-04 03:19:58 -0500 |
commit | 1e3b221fe38a09d477f306ac837e9f816bcea029 (patch) | |
tree | c093f375a5a0a177e74c2fe92a60f6c5a087602c /kern/linux/linux_system.hh | |
parent | 62d149d9be9627593dc3e89505daa20b349ec116 (diff) | |
parent | 9ad917858763bb44c8e6e22b7bb370fd50d518df (diff) | |
download | gem5-1e3b221fe38a09d477f306ac837e9f816bcea029.tar.xz |
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch
--HG--
extra : convert_revision : cb6de8d050ac5abb8f61eb5780deeb06e93b1a0c
Diffstat (limited to 'kern/linux/linux_system.hh')
-rw-r--r-- | kern/linux/linux_system.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/linux/linux_system.hh b/kern/linux/linux_system.hh index f883bef93..9fecb7290 100644 --- a/kern/linux/linux_system.hh +++ b/kern/linux/linux_system.hh @@ -40,7 +40,7 @@ class PrintThreadInfo; * It points to objects that are the system binaries to load and patches them * appropriately to work in simulator. */ -class LinuxSystem : public System +class LinuxSystem : public AlphaSystem { private: class SkipDelayLoopEvent : public SkipFuncEvent |