| 357 | |
| 358 | |
| 359 | Ref<CallingConvention> Platform::GetSystemCallConvention() const |
| 360 | { |
| 361 | BNCallingConvention* cc = BNGetPlatformSystemCallConvention(m_object); |
| 362 | if (!cc) |
| 363 | return nullptr; |
| 364 | return new CoreCallingConvention(cc); |
| 365 | } |
| 366 | |
| 367 | |
| 368 | void Platform::RegisterCallingConvention(CallingConvention* cc) |