| 119 | } |
| 120 | |
| 121 | EXPORT void CDurationControl_t_SetCallResult() { |
| 122 | asm volatile ("movl $0xDeadC0de, %%eax":::"eax"); |
| 123 | asm volatile ("jmp *%eax"); |
| 124 | } |
| 125 | |
| 126 | EXPORT void CEncryptedAppTicketResponse_t_RemoveCallResult() { |
| 127 | asm volatile ("movl $0xDeadC0de, %%eax":::"eax"); |
nothing calls this directly
no outgoing calls
no test coverage detected