summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/debug/simics-debug-framework.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/debug/simics-debug-framework.py b/src/tools/debug/simics-debug-framework.py
index a5f7df67..c5966fa1 100755
--- a/src/tools/debug/simics-debug-framework.py
+++ b/src/tools/debug/simics-debug-framework.py
@@ -119,9 +119,9 @@ def collectTrace ( procNr ):
if ( rc ):
print "simics ERROR running %s: %d "%( cmd1, rc )
- SIM_run_alone( run_command, cmd2 )
- SIM_run_alone( run_command, cmd3 )
- SIM_run_alone( run_command, cmd4 )
+ run_command ( cmd2 )
+ run_command ( cmd3 )
+ run_command ( cmd4 )
# MAGIC_INSTRUCTION hap handler
# arg contains the integer parameter n passed to MAGIC_INSTRUCTION(n)
OpenPOWER on IntegriCloud