| 96 | } |
| 97 | |
| 98 | static void DosRestoreJumpBuffer() |
| 99 | { |
| 100 | jmp_buf_index--; |
| 101 | } |
| 102 | |
| 103 | int (*PlatformSpecificSetJmp)(void (*function) (void*), void*) = DosSetJmp; |
| 104 | void (*PlatformSpecificLongJmp)(void) = DosLongJmp; |
nothing calls this directly
no outgoing calls
no test coverage detected