mtdbg: Fixed check read mem error
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m6s
Build system / Build (pull_request) Successful in 15m53s

Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
2026-01-12 23:46:11 +03:00
parent 4eb559644a
commit 495f08d665

View File

@@ -1200,7 +1200,8 @@ OnBacktrace:
.next:
mcall SF_DEBUG, SSF_READ_MEMORY, [debuggee_pid], sizeof.STACK_FRAME, ebp
cmp eax, -1
jz .done
mov esi, read_mem_err
jz .exit
; Save stack_frame_dump
push edi