diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:50 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:50 -0800 |
commit | d7f71bf424f2ccb87366b4f464e657a185abe414 (patch) | |
tree | 907723904c9f73f1ba29cc0ad4c38a450a16d4ae /configs/example/se.py | |
parent | 57e07ac2d2daaa7469241372510395e43ebe14c0 (diff) | |
download | gem5-d7f71bf424f2ccb87366b4f464e657a185abe414.tar.xz |
SE/FS: Get rid of FULL_SYSTEM in the configs directory
Diffstat (limited to 'configs/example/se.py')
-rw-r--r-- | configs/example/se.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/example/se.py b/configs/example/se.py index f1dae9482..1edd99e9b 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -52,9 +52,6 @@ from m5.defines import buildEnv from m5.objects import * from m5.util import addToPath, fatal -if buildEnv['FULL_SYSTEM']: - fatal("This script requires syscall emulation mode (*_SE).") - addToPath('../common') addToPath('../ruby') |