| 61 | |
| 62 | |
| 63 | void CallingConvention::FreeCallback(void* ctxt) |
| 64 | { |
| 65 | CallingConvention* cc = (CallingConvention*)ctxt; |
| 66 | cc->ReleaseForRegistration(); |
| 67 | } |
| 68 | |
| 69 | |
| 70 | uint32_t* CallingConvention::GetCallerSavedRegistersCallback(void* ctxt, size_t* count) |
nothing calls this directly
no test coverage detected