Fixed typo.
--HG-- branch : develop
This commit is contained in:
parent
778cbb2a70
commit
8a6ed9e426
|
@ -110,7 +110,7 @@ __inline__ static void debug_break(void)
|
||||||
#if defined(_WIN32) || defined(_WIN64)
|
#if defined(_WIN32) || defined(_WIN64)
|
||||||
/* SIGTRAP available only on POSIX-compliant operating systems
|
/* SIGTRAP available only on POSIX-compliant operating systems
|
||||||
* use builtin trap instead */
|
* use builtin trap instead */
|
||||||
HAVE_TRAP_INSTRUCTIO ? trap_instruction() : __builtin_trap();
|
HAVE_TRAP_INSTRUCTION ? trap_instruction() : __builtin_trap();
|
||||||
#else
|
#else
|
||||||
if (HAVE_TRAP_INSTRUCTION)
|
if (HAVE_TRAP_INSTRUCTION)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user