summaryrefslogtreecommitdiff
path: root/src/mem/ruby/tester/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/tester/main.cc')
-rw-r--r--src/mem/ruby/tester/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/ruby/tester/main.cc b/src/mem/ruby/tester/main.cc
index 9642fd5b7..10cc526be 100644
--- a/src/mem/ruby/tester/main.cc
+++ b/src/mem/ruby/tester/main.cc
@@ -43,8 +43,8 @@
int main(int argc, char *argv[])
{
- if (g_SIMICS) {
- ERROR_MSG("g_SIMICS should not be defined.");
+ if (g_SIMULATING) {
+ ERROR_MSG("g_SIMULATING should not be defined.");
}
tester_main(argc, argv);