diff options
| author | plafosse <peter@vector35.com> | 2016-01-01 19:05:46 -0500 |
|---|---|---|
| committer | plafosse <peter@vector35.com> | 2016-01-01 19:06:06 -0500 |
| commit | c2b2e11c009fa9b9c6c4a0fbba9210cb997e38ce (patch) | |
| tree | 7554f45036158e21775e64997bfd5ea815a3a67f /lowlevelil.cpp | |
| parent | a318eaa789a1556ef02438ed9101804870c3f5d1 (diff) | |
Armv7 lifting initial check in
Diffstat (limited to 'lowlevelil.cpp')
| -rw-r--r-- | lowlevelil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lowlevelil.cpp b/lowlevelil.cpp index 7c30df9d..9d515836 100644 --- a/lowlevelil.cpp +++ b/lowlevelil.cpp @@ -58,9 +58,9 @@ ExprId LowLevelILFunction::Nop() } -ExprId LowLevelILFunction::SetRegister(size_t size, uint32_t reg, ExprId val) +ExprId LowLevelILFunction::SetRegister(size_t size, uint32_t reg, ExprId val, uint32_t flags) { - return AddExpr(LLIL_SET_REG, size, 0, reg, val); + return AddExpr(LLIL_SET_REG, size, flags, reg, val); } |
