mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-22 15:29:45 +00:00
nop tab info
This commit is contained in:
parent
57f46bc374
commit
33899e5495
@ -139,6 +139,10 @@ namespace MPW
|
||||
case kF_OPEN:
|
||||
d0 = ftrap_open(name, parm);
|
||||
break;
|
||||
case kF_GTABINFO:
|
||||
d0 = 0x40000000 | kEINVAL;
|
||||
break;
|
||||
|
||||
default:
|
||||
d0 = 0x40000000 | kEINVAL;
|
||||
fprintf(stderr, "faccess - unsupported op %04x\n", op);
|
||||
|
Loading…
Reference in New Issue
Block a user