diff options
-rwxr-xr-x | src/build/vpo/hb-virtdebug.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/vpo/hb-virtdebug.pl b/src/build/vpo/hb-virtdebug.pl index 577d17b87..8ebda6199 100755 --- a/src/build/vpo/hb-virtdebug.pl +++ b/src/build/vpo/hb-virtdebug.pl @@ -277,7 +277,7 @@ print "\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ my $command = ""; $command = "/afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/p8_runso.x86 "; $command .= "/afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/p8_l2_flush_x86.so "; -$command .= "@ecmdOpt -debug5.6"; +$command .= "@ecmdOpt -loop ex -debug5.6"; print "$command\n"; die if (system("$command") != 0); |