summaryrefslogtreecommitdiffstats
path: root/external/mambo
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2015-03-11 15:49:18 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-03-11 16:28:47 +1100
commit7a94ba23741fd02ef4ee2a29cfce124db2bbc617 (patch)
tree41767c3a7de7f41c6a4ad6fb05892a8eec172edd /external/mambo
parenta1986e8a6a307f1a559e8b96c5b84e7ac6eb9708 (diff)
downloadtalos-skiboot-7a94ba23741fd02ef4ee2a29cfce124db2bbc617.tar.gz
talos-skiboot-7a94ba23741fd02ef4ee2a29cfce124db2bbc617.zip
Fixup "i" command in mambo scripts
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/mambo')
-rw-r--r--external/mambo/mambo_utils.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/mambo/mambo_utils.tcl b/external/mambo/mambo_utils.tcl
index 61565643..ae287dc2 100644
--- a/external/mambo/mambo_utils.tcl
+++ b/external/mambo/mambo_utils.tcl
@@ -68,7 +68,7 @@ proc i { pc { t 0 } { c 0 } } {
set pc_laddr [mysim cpu $c util itranslate $pc]
set inst [mysim cpu $c memory display $pc_laddr 4]
set disasm [mysim cpu $c util ppc_disasm $inst $pc]
- return "[$c:$t]: $pc ($pc_laddr) Enc:$inst : $disasm"
+ return "\[$c:$t\]: $pc ($pc_laddr) Enc:$inst : $disasm"
}
proc ipc { {t 0} {c 0}} {
OpenPOWER on IntegriCloud