update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 6 May 2006 14:23:06 +0000 (14:23 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 6 May 2006 14:23:06 +0000 (14:23 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1906 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index 9e47350..01f33f7 100644 (file)
@@ -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