Bug fix
This commit is contained in:
parent
b7c152fb65
commit
ce7b1f4366
@ -7,6 +7,6 @@
|
||||
|
||||
No_Mem()
|
||||
{
|
||||
sys_write(2, "Out of memory\n", 14);
|
||||
sys_write(STDERR, "Out of memory\n", 14);
|
||||
sys_stop(S_EXIT);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user