TINSEL: Stub library function 86

This commit is contained in:
Einar Johan Trøan Sømåen 2021-02-15 22:55:27 +01:00
parent 5daedb9a8f
commit ca96788c5a
No known key found for this signature in database
GPG Key ID: E78D26458077C9C5

View File

@ -4222,6 +4222,11 @@ NoirMapping translateNoirLibCode(int libCode, int32 *pp) {
pp -= mapping.numArgs - 1;
debug(7, "%s(0x%08X)", mapping.name, pp[0]);
break;
case 86:
mapping = NoirMapping{"OP86", ZZZZZZ, 2};
pp -= mapping.numArgs - 1;
debug(7, "%s(0x%08X, 0x%08X)", mapping.name, pp[0], pp[1]);
break;
case 151:
mapping = NoirMapping{"SETSYSTEMREEL", SETSYSTEMREEL, 2};
pp -= mapping.numArgs - 1;