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

Function C2000LongJmp

src/Platforms/C2000/UtestPlatform.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88static void C2000LongJmp()
89{
90 jmp_buf_index--;
91 longjmp(test_exit_jmp_buf[jmp_buf_index], 1);
92}
93
94static void C2000RestoreJumpBuffer()
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected