Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
debug: use std::abort() instead of a custom idiocy.
legacy
Sam Hocevar
sam
12 vuotta sitten
vanhempi
5112ce8339
commit
8da2f504a8
1 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/lol/debug.h
+ 2
- 2
src/lol/debug.h
Näytä tiedosto
@@ -16,14 +16,14 @@
#if !defined __LOL_DEBUG_H__
#define __LOL_DEBUG_H__
#include
"entity.h"
#include
<cstdlib>
namespace lol
{
static inline void Abort()
{
*(int *)0 = 0xdead
;
std::abort()
;
}
} /* namespace lol */
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna