Bug fix
This commit is contained in:
parent
58923cbcc0
commit
d676a5df2a
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
No_Mem()
|
No_Mem()
|
||||||
{
|
{
|
||||||
sys_write(2, "Out of memory\n", 14);
|
sys_write(STDERR, "Out of memory\n", 14);
|
||||||
sys_stop(S_EXIT);
|
sys_stop(S_EXIT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue