--- nono/vm/mpu680x0.cpp 2026/04/29 17:05:03 1.1.1.11 +++ nono/vm/mpu680x0.cpp 2026/04/29 17:05:06 1.1.1.12 @@ -357,12 +357,6 @@ MPU680x0Device::MonitorUpdateReg(Monitor ".DBL", ".???", }; - static const char * const rmstr[] = { - "Near", - "Zero", - "Minus", - "Plus", - }; uint32 fpcr = reg.fpframe.fpf_fpcr; screen.Print(x, y++, "FPCR:%04x", fpcr); screen.Puts(x + 2, y, TA::OnOff(fpcr & 0x8000), "BS");