From 7c218a7a9e52a3ddd6e89bfef53fc50d971212c4 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 5 Jul 2013 13:55:02 -0400 Subject: [PATCH] remove dead code --- bin/loader.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bin/loader.cpp b/bin/loader.cpp index fc5d2b1..bdbf750 100644 --- a/bin/loader.cpp +++ b/bin/loader.cpp @@ -338,19 +338,6 @@ void InstructionLogger() } - #if 0 - fprintf(stderr, "D: %08x %08x %08x %08x %08x %08x %08x %08x\n", - cpuGetDReg(0), cpuGetDReg(1), cpuGetDReg(2), cpuGetDReg(3), - cpuGetDReg(4), cpuGetDReg(5), cpuGetDReg(6), cpuGetDReg(7) - - ); - - fprintf(stderr, "A: %08x %08x %08x %08x %08x %08x %08x %08x\n", - cpuGetAReg(0), cpuGetAReg(1), cpuGetAReg(2), cpuGetAReg(3), - cpuGetAReg(4), cpuGetAReg(5), cpuGetAReg(6), cpuGetAReg(7) - ); - #endif - if (Flags.traceCPU) { cpuDisOpcode(pc, strings[0], strings[1], strings[2], strings[3]);