Skip to content

Commit 71e927e

Browse files
committed
gem5: fix trace file path on common
1 parent 741f521 commit 71e927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ set_common_vars() {
8888
else
8989
common_run_dir="$common_qemu_run_dir"
9090
fi
91-
common_trace_txt_file="${common_run_dir}/trace.txt"
91+
common_trace_txt_file="${common_m5out_dir}/trace.txt"
9292
case "$arch" in
9393
arm)
9494
common_linux_image=arch/arm/boot/zImage

0 commit comments

Comments
 (0)