| 1334 | |
| 1335 | |
| 1336 | void Architecture::SetCdeclCallingConvention(CallingConvention* cc) |
| 1337 | { |
| 1338 | BNSetArchitectureCdeclCallingConvention(m_object, cc->GetObject()); |
| 1339 | } |
| 1340 | |
| 1341 | |
| 1342 | void Architecture::SetStdcallCallingConvention(CallingConvention* cc) |
no test coverage detected