Fixing PSP function finder

This commit is contained in:
sozud 2024-06-17 20:48:29 -07:00
parent ef0e199d9a
commit e324ea5b92

View File

@ -271,7 +271,8 @@ jobs:
wait
- name: Generate function report
run: |
make -j extract
make clean && make -j extract
find asm -print
python3 tools/function_finder/function_finder_psp.py > gh-duplicates/functions.md
- name: Commit all reports
run: |