summaryrefslogtreecommitdiffstats
path: root/src/tools/debug/simics-debug-framework.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/debug/simics-debug-framework.py')
-rwxr-xr-xsrc/tools/debug/simics-debug-framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/debug/simics-debug-framework.py b/src/tools/debug/simics-debug-framework.py
index 4b2538cc..a5f7df67 100755
--- a/src/tools/debug/simics-debug-framework.py
+++ b/src/tools/debug/simics-debug-framework.py
@@ -44,7 +44,7 @@ def register_sbe_debug_framework_tools():
fillSymTable()
# Create command hook.
new_command("sbe-istep",testIstepAuto.sbe_istep_func,
- args = [arg(int_t, "major"), arg(int_t, "minor")],
+ args = [arg(float_t, "Major/start istep"), arg(float_t, "Minor/end istep")],
alias = "istep",
type = ["sbe-commands"],
short = "Runs the debug framework for istep ",
OpenPOWER on IntegriCloud