Skip to content
Snippets Groups Projects
Commit 9b9eb271 authored by whh8b's avatar whh8b
Browse files

Change instruction size calculation to report unsigned values.

parent 362bbd97
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class ZiprPluginInterface_t
{
return false;
}
virtual int WorstCaseInsnSize(libIRDB::Instruction_t*, Zipr_t *)
virtual size_t WorstCaseInsnSize(libIRDB::Instruction_t*, Zipr_t *)
{
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment