Bug fix
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user