summaryrefslogtreecommitdiff
path: root/configs/example/se.py
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@gmail.com>2008-06-13 01:59:10 -0400
committerSteve Reinhardt <stever@gmail.com>2008-06-13 01:59:10 -0400
commitdace77dc4a9fd95650cb4fe967fe28179672d9a3 (patch)
tree76b4b2ac37d5e41d9a959e7839b9d5ed85952308 /configs/example/se.py
parentcaccbd1edcacc82a952429950fcd4314b86b5b89 (diff)
parent7e6728450fb7bb430f3fb96143cf3bc634407213 (diff)
downloadgem5-dace77dc4a9fd95650cb4fe967fe28179672d9a3.tar.xz
Automated merge with ssh://m5sim.org//repo/m5
Diffstat (limited to 'configs/example/se.py')
-rw-r--r--configs/example/se.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/example/se.py b/configs/example/se.py
index 3d3f28a72..fa7959b99 100644
--- a/configs/example/se.py
+++ b/configs/example/se.py
@@ -31,6 +31,10 @@
# "m5 test.py"
import m5
+
+if m5.build_env['FULL_SYSTEM']:
+ m5.panic("This script requires syscall emulation mode (*_SE).")
+
from m5.objects import *
import os, optparse, sys
m5.AddToPath('../common')