Home
last modified time | relevance | path

Searched refs:GCC_MAGIC (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/crt/startup/
H A Dcrt_handler.c193 #define GCC_MAGIC (('G' << 16) | ('C' << 8) | 'C' | (1U << 29)) macro
203 if ((exception_data->ExceptionRecord->ExceptionCode & 0x20ffffff) == GCC_MAGIC) in _gnu_exception_handler()