diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-06 14:23:06 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-06 14:23:06 +0000 |
commit | 294e863721c6bf0930585982363c92cbdea64e64 (patch) | |
tree | 5986982f70d43886818b316b7d54deeb1c3530bc /qemu-doc.texi | |
parent | 67f3656039748a7765c9983aba49d774edb58bc1 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1906 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9e4735016e..01f33f7e78 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1215,7 +1215,7 @@ Use @code{info reg} to display all the CPU registers. Use @code{x/10i $eip} to display the code at the PC position. @item Use @code{set architecture i8086} to dump 16 bit code. Then use -@code{x/10i $cs*16+*eip} to dump the code at the PC position. +@code{x/10i $cs*16+$eip} to dump the code at the PC position. @end enumerate @node pcsys_os_specific |