summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/regress2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress
index c8704381b..9fa00e2dc 100755
--- a/util/regress
+++ b/util/regress
@@ -111,7 +111,7 @@ targets = []
# start with compile-only targets, if any
if compile_variants:
- targets += ['%s/%s/m5.%s' % (options.build_dir, build, variant)
+ targets += ['%s/%s/gem5.%s' % (options.build_dir, build, variant)
for variant in compile_variants
for build in builds]