Skip to content

Commit 0308673

Browse files
committed
Fix RegisterStackFreeTopRelative opcode typo
1 parent 0492911 commit 0308673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lowlevelilinstruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@ ExprId LowLevelILFunction::RegisterStackFreeReg(uint32_t reg, const ILSourceLoca
30353035

30363036
ExprId LowLevelILFunction::RegisterStackFreeTopRelative(uint32_t regStack, ExprId entry, const ILSourceLocation& loc)
30373037
{
3038-
return AddExprWithLocation(LLIL_REG_STACK_FREE_REG, loc, 0, 0, regStack, entry);
3038+
return AddExprWithLocation(LLIL_REG_STACK_FREE_REL, loc, 0, 0, regStack, entry);
30393039
}
30403040

30413041

0 commit comments

Comments
 (0)