summaryrefslogtreecommitdiff
path: root/configs/example/se.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/se.py')
-rw-r--r--configs/example/se.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/se.py b/configs/example/se.py
index 5eacf19fe..b26bc91e5 100644
--- a/configs/example/se.py
+++ b/configs/example/se.py
@@ -250,7 +250,7 @@ for i in xrange(np):
system.cpu[i].createThreads()
if options.ruby:
- if options.cpu_type == "atomic" or options.cpu_type == "AtomicSimpleCPU":
+ if options.cpu_type == "AtomicSimpleCPU":
print >> sys.stderr, "Ruby does not work with atomic cpu!!"
sys.exit(1)