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 7dc95ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/db/extras/ghidra
Original file line number Diff line number Diff line change
Expand Up @@ -3119,6 +3119,8 @@ 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 7dc95ed

Please sign in to comment.