| 2270 | |
| 2271 | |
| 2272 | ExprId MediumLevelILFunction::SetVar(size_t size, const Variable& dest, ExprId src, const ILSourceLocation& loc) |
| 2273 | { |
| 2274 | return AddExprWithLocation(MLIL_SET_VAR, loc, size, dest.ToIdentifier(), src); |
| 2275 | } |
| 2276 | |
| 2277 | |
| 2278 | ExprId MediumLevelILFunction::SetVarField( |