| 3514 | |
| 3515 | |
| 3516 | ExprId LowLevelILFunction::SystemCall(const ILSourceLocation& loc) |
| 3517 | { |
| 3518 | return AddExprWithLocation(LLIL_SYSCALL, loc, 0, 0); |
| 3519 | } |
| 3520 | |
| 3521 | |
| 3522 | ExprId LowLevelILFunction::Intrinsic(const vector<RegisterOrFlag>& outputs, uint32_t intrinsic, |
no outgoing calls
no test coverage detected