[POWERPC] Add missing newline in xmon help output
My patch to add spu disassembly (af89fb8041
)
removed a newline from the xmon help that it shouldn't have, put it back.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
3546e811f1
commit
c99176a230
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ Commands:\n\
|
||||||
" ss stop execution on all spus\n\
|
" ss stop execution on all spus\n\
|
||||||
sr restore execution on stopped spus\n\
|
sr restore execution on stopped spus\n\
|
||||||
sf # dump spu fields for spu # (in hex)\n\
|
sf # dump spu fields for spu # (in hex)\n\
|
||||||
sd # dump spu local store for spu # (in hex)\
|
sd # dump spu local store for spu # (in hex)\n\
|
||||||
sdi # disassemble spu local store for spu # (in hex)\n"
|
sdi # disassemble spu local store for spu # (in hex)\n"
|
||||||
#endif
|
#endif
|
||||||
" S print special registers\n\
|
" S print special registers\n\
|
||||||
|
|
Loading…
Reference in a new issue