fix last commit

This commit is contained in:
gbeauche 2005-06-23 11:56:43 +00:00
parent 2deca51ca4
commit b9b90fce11

View File

@ -54,7 +54,7 @@ private:
register_info *reginfo;
void log_reg(int r) const { reginfo[r].count++; }
#else
void log_reg(int r) { }
void log_reg(int r) const { }
#endif
protected: