Fix default PPU nj status

TODO: Support  it...
This commit is contained in:
eladash 2019-03-18 21:29:23 +02:00 committed by Ivan
parent d555eeb0f4
commit aa44ef1f44

View File

@ -142,7 +142,7 @@ public:
exception, the corresponding element in the target vr is cleared to '0'. In both cases, the '0'
has the same sign as the denormalized or underflowing value.
*/
bool nj = true;
bool nj = false;
u32 raddr{0}; // Reservation addr
u64 rtime{0};