| 366 | |
| 367 | |
| 368 | void Platform::RegisterCallingConvention(CallingConvention* cc) |
| 369 | { |
| 370 | BNRegisterPlatformCallingConvention(m_object, cc->GetObject()); |
| 371 | } |
| 372 | |
| 373 | |
| 374 | void Platform::RegisterDefaultCallingConvention(CallingConvention* cc) |
no test coverage detected