Skip to content

Commit

Permalink
Fix show noreturn test
Browse files Browse the repository at this point in the history
  • Loading branch information
Crabtux committed Mar 15, 2024
1 parent 430e138 commit aafc825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/db/extras/ghidra
Original file line number Diff line number Diff line change
Expand Up @@ -3116,9 +3116,10 @@ s sym.imp.exit
pdg
EOF
EXPECT=<<EOF

void sym.imp.exit noreturn (void)
{
// WARNING: Could not recover jumptable at 0x080483e8. Too many branches
// WARNING: Treating indirect jump as call
(*_reloc.exit)();
return;
}
Expand Down

0 comments on commit aafc825

Please sign in to comment.