| 1328 | |
| 1329 | |
| 1330 | void Architecture::SetDefaultCallingConvention(CallingConvention* cc) |
| 1331 | { |
| 1332 | BNSetArchitectureDefaultCallingConvention(m_object, cc->GetObject()); |
| 1333 | } |
| 1334 | |
| 1335 | |
| 1336 | void Architecture::SetCdeclCallingConvention(CallingConvention* cc) |
no test coverage detected