mirror of
https://github.com/open-simh/simh.git
synced 2026-01-16 16:29:30 +00:00
parent
445bc9935b
commit
5e6127ec5b
@ -1434,8 +1434,8 @@ return 0;
|
||||
|
||||
int32 op_mtpr (int32 *opnd)
|
||||
{
|
||||
int32 val = opnd[0];
|
||||
int32 prn = opnd[1];
|
||||
uint32 val = (uint32)opnd[0];
|
||||
uint32 prn = (uint32)opnd[1];
|
||||
int32 cc;
|
||||
|
||||
if (PSL & PSL_CUR) /* must be kernel */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user