Change type of temporary vars to properly clip. Fixes SMT problem.

This commit is contained in:
Brandon Wright 2012-02-01 09:33:04 -06:00
parent 2411daa2e7
commit b66f00d6f4
1 changed files with 1 additions and 1 deletions

View File

@ -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;