| 92 | } |
| 93 | |
| 94 | static void C2000RestoreJumpBuffer() |
| 95 | { |
| 96 | jmp_buf_index--; |
| 97 | } |
| 98 | |
| 99 | int (*PlatformSpecificSetJmp)(void (*function) (void*), void*) = C2000SetJmp; |
| 100 | void (*PlatformSpecificLongJmp)(void) = C2000LongJmp; |
nothing calls this directly
no outgoing calls
no test coverage detected