From 9b9eb271d53eb136d228cb162813c11139bd9586 Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Mon, 9 Nov 2015 00:02:12 +0000 Subject: [PATCH] Change instruction size calculation to report unsigned values. --- include/zipr_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zipr_plugin.h b/include/zipr_plugin.h index 1e463d8..cda3465 100644 --- a/include/zipr_plugin.h +++ b/include/zipr_plugin.h @@ -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; } -- GitLab