mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-09-18 16:19:57 +00:00
Fixes PR #32 in a C-portable way.
This commit is contained in:
@@ -13,7 +13,7 @@ volatile int TestingTheFallbackId;
|
||||
|
||||
void setUp(void)
|
||||
{
|
||||
CExceptionFrames[0].pFrame = NULL;
|
||||
CExceptionFrames[0].pFrame = 0;
|
||||
TestingTheFallback = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user