123c123
< (isInterrupt() << (sizeof(MiscReg) * 4 - 1)) | _code);
---
> (isInterrupt() << (sizeof(uint64_t) * 4 - 1)) | _code);