From b046be6858c0a9ea3df48ff77481577226dcd8e8 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 30 Jan 2017 12:00:05 +0000 Subject: base, sim, dev: Remove SWIG Remove SWIG guards and SWIG-specific C++ code. Change-Id: Icaad6720513b6f48153727ef3f70e0dba0df4bee Signed-off-by: Andreas Sandberg Reviewed-by: Andreas Hansson Reviewed-by: Curtis Dunham Reviewed-on: https://gem5-review.googlesource.com/2921 Reviewed-by: Jason Lowe-Power Reviewed-by: Tony Gutierrez --- src/sim/stat_register.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/stat_register.hh') diff --git a/src/sim/stat_register.hh b/src/sim/stat_register.hh index bbe909321..36c015757 100644 --- a/src/sim/stat_register.hh +++ b/src/sim/stat_register.hh @@ -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__ -- cgit v1.2.3