mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
remove --gem5, use --emulator gem5 everywhere
Allow passing --emulator multiple times for transparent tests selection just like --arch.
This commit is contained in:
@@ -13,7 +13,7 @@ while getopts "C" OPT; do
|
||||
esac
|
||||
done
|
||||
shift "$(($OPTIND - 1))"
|
||||
common_opts="--gem5 $@"
|
||||
common_opts="--emulator gem5 $@"
|
||||
|
||||
# Vars
|
||||
cmd="./run ${common_opts}"
|
||||
|
||||
Reference in New Issue
Block a user