Skip to content
Snippets Groups Projects
Commit 408d2c7d authored by deuce's avatar deuce
Browse files

Add a TODO note regarding the file handing BAJA functions.

They really shouldn't work.
parent 6c3c03c2
No related branches found
No related tags found
No related merge requests found
...@@ -1004,6 +1004,7 @@ int sbbs_t::exec_misc(csi_t* csi, char *path) ...@@ -1004,6 +1004,7 @@ int sbbs_t::exec_misc(csi_t* csi, char *path)
errormsg(WHERE,ERR_CHK,"var sub-instruction",*(csi->ip-1)); errormsg(WHERE,ERR_CHK,"var sub-instruction",*(csi->ip-1));
return(0); } return(0); }
/* TODO: Not even vaugely 64-bit happy */
case CS_FIO_FUNCTION: case CS_FIO_FUNCTION:
switch(*(csi->ip++)) { /* sub-op-code stored as next byte */ switch(*(csi->ip++)) { /* sub-op-code stored as next byte */
case FIO_OPEN: case FIO_OPEN:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment