summaryrefslogtreecommitdiffstats
path: root/test_code/gen_symbol_offsets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_code/gen_symbol_offsets.sh')
-rw-r--r--test_code/gen_symbol_offsets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_code/gen_symbol_offsets.sh b/test_code/gen_symbol_offsets.sh
index dda608c..0232c64 100644
--- a/test_code/gen_symbol_offsets.sh
+++ b/test_code/gen_symbol_offsets.sh
@@ -18,6 +18,6 @@ cat ${LOG} | grep Loading | grep -i efi | while read LINE; do
fi
TEXT="`python -c "print(hex(${BASE} + ${ADDR}))"`"
SYMS="`echo ${NAME} | sed -e "s/\.efi/\.debug/g"`"
- echo "add-symbol-file ${SYMOUT}/${SYMS} ${TEXT}"
+ echo "add-symbol-file ${BUILD}/${SYMS} ${TEXT}"
done