4b0b3fc98ae4a1e848765e0cd48f958a13fc683d introduced a new function called get_first_jump_addr. And I found my machine (cross-compile for riscv64) failed to compile it, because the function declaration was missing for rv64 and la64.
I have no ideas why the CI passed at that time, but I believe we had better add these function declaration.
4b0b3fc98ae4a1e848765e0cd48f958a13fc683d introduced a new function called
get_first_jump_addr
. And I found my machine (cross-compile for riscv64) failed to compile it, because the function declaration was missing for rv64 and la64.I have no ideas why the CI passed at that time, but I believe we had better add these function declaration.