remove oserror from rp6502
This commit is contained in:
@@ -5,5 +5,5 @@ int __fastcall__ read_xram (unsigned buf, unsigned count, int fildes)
|
||||
ria_push_int (buf);
|
||||
ria_push_int (count);
|
||||
ria_set_ax (fildes);
|
||||
return ria_call_int_errno (RIA_OP_READ_XRAM);
|
||||
return ria_call_int (RIA_OP_READ_XRAM);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user