proc_events.c: comment out aarch64

This commit is contained in:
Ciro Santilli
2018-04-17 09:20:41 +01:00
parent 0111ca406b
commit 72e9fcc4b0
3 changed files with 31 additions and 1 deletions

2
run
View File

@@ -293,7 +293,7 @@ if "$tmux"; then
if "$debug"; then
eval "./tmu ./rungdb -a "${arch}" ${tmux_args}"
elif "$gem5"; then
eval "./tmu 'sleep 1;./gem5-shell'"
eval "./tmu 'sleep 2;./gem5-shell'"
fi
fi
echo "$cmd" | tee "${out_arch_dir}/run.sh"