forked from Github_Repos/cvw
needed to initialize checkpoint directory
This commit is contained in:
parent
d007208aa9
commit
11e9bbf3e4
@ -44,6 +44,8 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p $checkPtDir
|
||||
|
||||
# Identify instruction in trace
|
||||
instr=$(sed "${instrs}q;d" "$traceFile")
|
||||
echo "Found ${instrs}th instr: ${instr}"
|
||||
|
Loading…
Reference in New Issue
Block a user