needed to initialize checkpoint directory

This commit is contained in:
bbracker 2022-03-06 14:51:25 -08:00
parent 6b1b471ca6
commit ca6bb7c2d2

View File

@ -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}"