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

Function DosLongJmp

src/Platforms/Dos/UtestPlatform.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void DosLongJmp()
93{
94 jmp_buf_index--;
95 longjmp(test_exit_jmp_buf[jmp_buf_index], 1);
96}
97
98static void DosRestoreJumpBuffer()
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected