Rename dbg_hit_on_c() to dbg_hit_on()

Use an overload instead of a new named function.

I have found this handier and easier when adding
some quick debug code.

No functional change.
This commit is contained in:
Marco Costalba
2015-02-07 11:18:06 +01:00
parent 35aa21c1fe
commit 170bdf40cd
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void prefetch(char* addr);
void start_logger(bool b);
void dbg_hit_on(bool b);
void dbg_hit_on_c(bool c, bool b);
void dbg_hit_on(bool c, bool b);
void dbg_mean_of(int v);
void dbg_print();