forgot to empty the trace when clearing bigbuf

This commit is contained in:
iceman1001
2026-09-01 12:55:38 +02:00
parent 96ed916074
commit db7686d988
+1
View File
@@ -138,6 +138,7 @@ void BigBuf_Clear_EM(void) {
void BigBuf_Clear_keep_EM(void) {
memset(BigBuf, 0, s_bigbuf_hi);
clear_trace();
}
// allocate a chunk of memory from BigBuf. We allocate high memory first. The unallocated memory