summaryrefslogtreecommitdiff
path: root/configs/example/ruby_direct_test.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2012-01-28 07:24:50 -0800
committerGabe Black <gblack@eecs.umich.edu>2012-01-28 07:24:50 -0800
commitd7f71bf424f2ccb87366b4f464e657a185abe414 (patch)
tree907723904c9f73f1ba29cc0ad4c38a450a16d4ae /configs/example/ruby_direct_test.py
parent57e07ac2d2daaa7469241372510395e43ebe14c0 (diff)
downloadgem5-d7f71bf424f2ccb87366b4f464e657a185abe414.tar.xz
SE/FS: Get rid of FULL_SYSTEM in the configs directory
Diffstat (limited to 'configs/example/ruby_direct_test.py')
-rw-r--r--configs/example/ruby_direct_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/example/ruby_direct_test.py b/configs/example/ruby_direct_test.py
index d4843e866..28c7dde55 100644
--- a/configs/example/ruby_direct_test.py
+++ b/configs/example/ruby_direct_test.py
@@ -38,9 +38,6 @@ addToPath('../ruby')
import Ruby
-if buildEnv['FULL_SYSTEM']:
- panic("This script requires system-emulation mode (*_SE).")
-
# Get paths we might need. It's expected this file is in m5/configs/example.
config_path = os.path.dirname(os.path.abspath(__file__))
config_root = os.path.dirname(config_path)