MCPcopy Create free account
hub / github.com/cpputest/cpputest / C2000RestoreJumpBuffer

Function C2000RestoreJumpBuffer

src/Platforms/C2000/UtestPlatform.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static void C2000RestoreJumpBuffer()
95{
96 jmp_buf_index--;
97}
98
99int (*PlatformSpecificSetJmp)(void (*function) (void*), void*) = C2000SetJmp;
100void (*PlatformSpecificLongJmp)(void) = C2000LongJmp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected