mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 08:24:08 +01:00
ircd: Add comment in debugtrap asm.
This commit is contained in:
parent
3c45487611
commit
8642d2da0d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ noexcept
|
|||
static_assert(__has_builtin(__builtin_debugtrap));
|
||||
__builtin_debugtrap();
|
||||
#elif defined(__x86_64__)
|
||||
__asm__ volatile ("int $3");
|
||||
__asm__ volatile ("int $3 # IRCd ASSERTION DEBUG TRAP !!! ");
|
||||
#else
|
||||
__builtin_trap();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue