remove oserror from rp6502
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
int __fastcall__ close (int fd)
|
||||
{
|
||||
ria_set_ax (fd);
|
||||
return ria_call_int_errno (RIA_OP_CLOSE);
|
||||
return ria_call_int (RIA_OP_CLOSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user