sim, arch, base: Refactor the base remote GDB class.
[gem5.git] / src / sim / stat_register.hh
index bbe9093214d7363d1fd2eca5c65cac0ec71d705a..36c015757c26a262c80839263ddb2d8ccb9489f5 100644 (file)
@@ -38,7 +38,7 @@
  */
 
 /* Provide a mechanism to register the Python stats reset/dump functions
- * defined in src/swig/python/stats.i with the mechanisms in namespace
+ * defined in src/python/pybind11/stats.cc with the mechanisms in namespace
  * Stats */
 
 #ifndef __SIM_STAT_REGISTER_H__