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

Function DosRestoreJumpBuffer

src/Platforms/Dos/UtestPlatform.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static void DosRestoreJumpBuffer()
99{
100 jmp_buf_index--;
101}
102
103int (*PlatformSpecificSetJmp)(void (*function) (void*), void*) = DosSetJmp;
104void (*PlatformSpecificLongJmp)(void) = DosLongJmp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected