needed to initialize checkpoint directory

This commit is contained in:
bbracker 2022-03-06 14:51:25 -08:00
parent d007208aa9
commit 11e9bbf3e4

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