Fixed opIO() dispatch
This commit is contained in:
parent
1ac769431f
commit
87e17a695c
5 changed files with 172 additions and 172 deletions
|
|
@ -4963,7 +4963,7 @@ PDP10.opCONSO = function(op, dev)
|
|||
*/
|
||||
PDP10.opIO = function(op)
|
||||
{
|
||||
PDP10.aOpIO_KA10[op & 7].call(this, (op >> 3) & 0o177);
|
||||
PDP10.aOpIO_KA10[op & 7].call(this, op, (op >> 3) & 0o177);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue