| 2751 | |
| 2752 | |
| 2753 | ExprId MediumLevelILFunction::Syscall( |
| 2754 | const vector<Variable>& output, const vector<ExprId>& params, const ILSourceLocation& loc) |
| 2755 | { |
| 2756 | return AddExprWithLocation( |
| 2757 | MLIL_SYSCALL, loc, 0, output.size(), AddVariableList(output), params.size(), AddOperandList(params)); |
| 2758 | } |
| 2759 | |
| 2760 | |
| 2761 | ExprId MediumLevelILFunction::SyscallUntyped( |