This commit is contained in:
ceriel
1987-03-17 10:39:18 +00:00
parent b7c152fb65
commit ce7b1f4366

View File

@@ -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);
} }