--- nono/debugger/debugger_memory.cpp 2026/04/29 17:05:28 1.1.1.6 +++ nono/debugger/debugger_memory.cpp 2026/04/29 17:05:58 1.1.1.7 @@ -129,8 +129,6 @@ DebuggerMemoryStream::Peek(int bytes) { uint64 data; - assert((laddr.Addr() & (bytes - 1)) == 0); - PRECHECK(); data = 0;