--- nono/m88xx0/m88100core.cpp 2026/04/29 17:05:26 1.1.1.15 +++ nono/m88xx0/m88100core.cpp 2026/04/29 17:05:39 1.1.1.16 @@ -119,9 +119,9 @@ MPU88xx0Device::ExceptionCore(int vec, E syscall &= 0xfff; } uint32 from = reg.xip | (IsSuper() ? 1 : 0); - uint32 inst = 0xfc000000 | (syscall << 12) | vec; - exhist.AddEntry(from, 0, inst); - brhist.AddEntry(from, 0, inst); + uint32 info = 0xfc000000 | (syscall << 12) | vec; + exhist.AddEntry(from, 0, info); + brhist.AddEntry(from, 0, info); // デバッガに通知 (例外ブレーク用) debugger->NotifyExceptionMain(vec);