From 56c1fcd769d88aa8093dc1fe37af2bd6d4152c10 Mon Sep 17 00:00:00 2001 From: warmCabin Date: Wed, 24 Aug 2022 04:05:11 -0400 Subject: [PATCH] comment --- src/drivers/win/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/debugger.cpp b/src/drivers/win/debugger.cpp index 70fddca2..c2001dfa 100644 --- a/src/drivers/win/debugger.cpp +++ b/src/drivers/win/debugger.cpp @@ -307,7 +307,7 @@ static int NumAnnotationLines(int addr) // This function is for "smart" scrolling. // It attempts to scroll up by a whole instruction heuristically. // Should we add the label-respecting logic from dumper.cpp? -// Always attempting the full data block size can lead to weird results. Maybe cut it on multiples of 8? +// Always attempting the full data block size can lead to weird results. Maybe cut it when address is a multiple of 8? int InstructionUp(int from) { if (IsData(from - 1))