mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Fix typo
This commit is contained in:
parent
4215e43876
commit
afa927f1bb
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ DOCTEST_TEST_CASE("Optimization dead_code_elimination_pass")
|
|||
|
||||
auto block3 = block1->fork( 0x3000 );
|
||||
{
|
||||
// mov ecx, [esp - 8]
|
||||
// mov eax, [esp - 8]
|
||||
block3->ldd( reg_eax, vtil::REG_SP, -8 );
|
||||
// sp -= 0x10
|
||||
block3->shift_sp( 0x10 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue