print: fix ellipses after non-decodable words

This commit is contained in:
Lephenixnoir 2021-03-16 13:40:01 +01:00
parent c8b28b447f
commit dea24a2547
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ void PrintPass::analyze(uint32_t pc, ConcreteInstruction &ci)
if(!i)
{
printf("\n");
m_last_address = pc;
return;
}