Don't reset stack.

This commit is contained in:
Can Bölük 2020-08-23 23:41:29 +02:00
parent e751abf966
commit 7e85f61632

View file

@ -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()