diff --git a/plugins/funcprofiler/funcprofiler.py b/plugins/funcprofiler/funcprofiler.py index a6609f4..c134543 100755 --- a/plugins/funcprofiler/funcprofiler.py +++ b/plugins/funcprofiler/funcprofiler.py @@ -350,7 +350,7 @@ def term(self): idaapi.del_menu_item(context) return None - def run(self): + def run(self, arg): pass