diff options
Diffstat (limited to 'src/build/debug/ecmd-debug-framework.pl')
| -rwxr-xr-x | src/build/debug/ecmd-debug-framework.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/ecmd-debug-framework.pl b/src/build/debug/ecmd-debug-framework.pl index 1981d3fee..e02081eba 100755 --- a/src/build/debug/ecmd-debug-framework.pl +++ b/src/build/debug/ecmd-debug-framework.pl @@ -201,7 +201,7 @@ sub writeData print $file $value; close $file; - my $command = sprintf("cipputmempba -cft -fb %s %x -quiet > %s", + my $command = sprintf("cipputmempba -cft -fb %s %x -quiet -mode inj > %s", $filename, $addr, $debugfile); |

