mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[PSEH3]
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user