diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-06-11 23:52:00 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-06-12 01:24:32 -0400 |
| commit | 0308673186697096324034283214185725457283 (patch) | |
| tree | 2fbd703f5c4d9c3e9c8452f9f8580a5135e6f2bd /lowlevelilinstruction.cpp | |
| parent | 0492911161914260543169233162214872490257 (diff) | |
Fix RegisterStackFreeTopRelative opcode typo
Diffstat (limited to 'lowlevelilinstruction.cpp')
| -rw-r--r-- | lowlevelilinstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lowlevelilinstruction.cpp b/lowlevelilinstruction.cpp index db085957..516f2ad2 100644 --- a/lowlevelilinstruction.cpp +++ b/lowlevelilinstruction.cpp @@ -3035,7 +3035,7 @@ ExprId LowLevelILFunction::RegisterStackFreeReg(uint32_t reg, const ILSourceLoca ExprId LowLevelILFunction::RegisterStackFreeTopRelative(uint32_t regStack, ExprId entry, const ILSourceLocation& loc) { - return AddExprWithLocation(LLIL_REG_STACK_FREE_REG, loc, 0, 0, regStack, entry); + return AddExprWithLocation(LLIL_REG_STACK_FREE_REL, loc, 0, 0, regStack, entry); } |
