mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Minor error message change.
This commit is contained in:
parent
573ac3d94c
commit
2c5fd10bf4
1 changed files with 4 additions and 5 deletions
|
|
@ -204,11 +204,10 @@ namespace vtil
|
|||
//
|
||||
if ( var.reg().flags & register_local )
|
||||
{
|
||||
warning(
|
||||
"Local variable %s is used before value assignment (Block %x:%x).\n",
|
||||
var,
|
||||
var.at.container->owner->entry_point->entry_vip,
|
||||
var.at.container->entry_vip
|
||||
warning(
|
||||
"Local variable %s is used before value assignment (Block %x).\n",
|
||||
var,
|
||||
var.at.container->entry_vip
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue