| 1340 | |
| 1341 | |
| 1342 | void Architecture::SetStdcallCallingConvention(CallingConvention* cc) |
| 1343 | { |
| 1344 | BNSetArchitectureStdcallCallingConvention(m_object, cc->GetObject()); |
| 1345 | } |
| 1346 | |
| 1347 | |
| 1348 | void Architecture::SetFastcallCallingConvention(CallingConvention* cc) |
no test coverage detected