Turn fcode logging back off

This commit is contained in:
therealmogminer@gmail.com 2016-07-05 16:39:22 +02:00
parent e448f04a7f
commit 018c2216c0

View File

@ -12,7 +12,7 @@
#include "sparcdasm.h" #include "sparcdasm.h"
#define SPARCV8 (0) #define SPARCV8 (0)
#define LOG_FCODES (1) #define LOG_FCODES (0)
#if LOG_FCODES #if LOG_FCODES
#include <map> #include <map>