Change type of temporary vars to properly clip. Fixes SMT problem.
This commit is contained in:
parent
2411daa2e7
commit
b66f00d6f4
@ -50,7 +50,7 @@ public:
|
||||
unsigned opcode_number;
|
||||
unsigned opcode_cycle;
|
||||
|
||||
unsigned rd, wr, dp, sp, ya, bit;
|
||||
uint16 rd, wr, dp, sp, ya, bit;
|
||||
|
||||
struct Regs {
|
||||
uint16 pc;
|
||||
|
Loading…
Reference in New Issue
Block a user