Commit 294e863721c6bf0930585982363c92cbdea64e64

Authored by bellard
1 parent 67f36560

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1906 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
qemu-doc.texi
... ... @@ -1215,7 +1215,7 @@ Use @code{info reg} to display all the CPU registers.
1215 1215 Use @code{x/10i $eip} to display the code at the PC position.
1216 1216 @item
1217 1217 Use @code{set architecture i8086} to dump 16 bit code. Then use
1218   -@code{x/10i $cs*16+*eip} to dump the code at the PC position.
  1218 +@code{x/10i $cs*16+$eip} to dump the code at the PC position.
1219 1219 @end enumerate
1220 1220  
1221 1221 @node pcsys_os_specific
... ...