mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Don't reset stack.
This commit is contained in:
parent
e751abf966
commit
7e85f61632
1 changed files with 0 additions and 5 deletions
|
|
@ -259,11 +259,6 @@ namespace vtil
|
|||
tail = nullptr;
|
||||
signal_modification();
|
||||
instruction_count = 0;
|
||||
|
||||
// Reset stack.
|
||||
//
|
||||
sp_offset = 0;
|
||||
sp_index = 0;
|
||||
return this;
|
||||
}
|
||||
instruction basic_block::pop_front()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue