Fixes PR #32 in a C-portable way.

This commit is contained in:
Mark VanderVoord
2026-08-24 18:59:13 -04:00
parent 733d3aa659
commit ca71ccdb18
+1 -1
View File
@@ -13,7 +13,7 @@ volatile int TestingTheFallbackId;
void setUp(void)
{
CExceptionFrames[0].pFrame = NULL;
CExceptionFrames[0].pFrame = 0;
TestingTheFallback = 0;
}