turn off debugging

This commit is contained in:
Adam Pridgen 2014-02-15 16:19:27 -06:00
parent 94d49d4065
commit 0d82276a11

View File

@ -19,7 +19,7 @@
#undef IFDBG
#endif
#define IFDBG if(1)
#define IFDBG if(0)
#define IFINT if(0)
static ut32 r_bin_java_swap_uint(ut32 x);