From 9129d48429822d756bd24b86044031205859341b Mon Sep 17 00:00:00 2001 From: nemerle Date: Fri, 22 Apr 2016 10:35:41 +0200 Subject: [PATCH] Comment out a debugging printf --- src/scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanner.cpp b/src/scanner.cpp index 4ce2750..fb325da 100644 --- a/src/scanner.cpp +++ b/src/scanner.cpp @@ -742,7 +742,7 @@ static void regop(int i) static void segop(int i) { if(i==0x1E) { - printf("es"); +// printf("es"); } setAddress(i, true, 0, (((int16_t)i & 0x18) >> 3) + rES, 0); }