| 2721 | |
| 2722 | |
| 2723 | ExprId MediumLevelILFunction::JumpTo( |
| 2724 | ExprId dest, const map<uint64_t, BNMediumLevelILLabel*>& targets, const ILSourceLocation& loc) |
| 2725 | { |
| 2726 | return AddExprWithLocation(MLIL_JUMP_TO, loc, 0, dest, targets.size() * 2, AddLabelMap(targets)); |
| 2727 | } |
| 2728 | |
| 2729 | |
| 2730 | ExprId MediumLevelILFunction::ReturnHint(ExprId dest, const ILSourceLocation& loc) |