Mercurial > mplayer.hg
diff DOCS/xml/it/bugreports.xml @ 35125:556d87f557ed
Fix arguments of disassemble command
specifying a range of addresses to dump.
author | ib |
---|---|
date | Thu, 27 Sep 2012 20:59:24 +0000 |
parents | c4410ffe82ba |
children |
line wrap: on
line diff
--- a/DOCS/xml/it/bugreports.xml Thu Sep 27 14:09:48 2012 +0000 +++ b/DOCS/xml/it/bugreports.xml Thu Sep 27 20:59:24 2012 +0000 @@ -452,7 +452,7 @@ prompt dei comandi, dove devi digitare <screen> bt -disass $pc-32 $pc+32 +disass $pc-32,$pc+32 info all-registers </screen> </para> @@ -466,7 +466,7 @@ Genera il file di comandi seguente: <screen> bt -disass $pc-32 $pc+32 +disass $pc-32,$pc+32 info all-registers </screen> Poi lancia semplicemente questo comando: