Small gfxHalt bug fix for Win32 platform
This commit is contained in:
parent
da0296788e
commit
45c8e9052d
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ void _gosInit(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void gfxHalt(const char *msg) {
|
void gfxHalt(const char *msg) {
|
||||||
|
if (msg)
|
||||||
fprintf(stderr, "%s\n", msg);
|
fprintf(stderr, "%s\n", msg);
|
||||||
ExitProcess(1);
|
ExitProcess(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue