gem5: fix -X-b, fs_bigLITTLE checkpoint restore, checkpoints are just dirs on backend

This commit is contained in:
Ciro Santilli
2018-06-18 16:18:05 +01:00
parent 8902235edb
commit 7bbb2a813e
2 changed files with 11 additions and 1 deletions

2
run
View File

@@ -134,7 +134,7 @@ done
shift "$(($OPTIND - 1))"
extra_flags="$extra_flags $@"
OPTIND=1
while getopts b OPT "$extra_opts"; do
while getopts b OPT $extra_opts; do
case "$OPT" in
b)
gem5_fsbiglittle=true