mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1906 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
67f3656039
commit
294e863721
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue