Fix a bug that could result in an endless loop and which caused the bootcd to hang on an exception.

svn path=/trunk/; revision=60837
This commit is contained in:
Timo Kreuzer 2013-11-02 16:50:50 +00:00
parent 1dce7e61b1
commit 1b54b4882c

View file

@ -244,6 +244,8 @@ void * __cdecl __attribute__((error("Can only be used inside an exception filter
\
if (1) \
{ \
/* Prevent this block from being optimized away */ \
asm volatile ("#\n"); \
do