diff options
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r-- | qemu-tech.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi index 8aefa743a8..b6fcb2d61b 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -440,7 +440,7 @@ translator cannot deduce statically). @section Direct block chaining After each translated basic block is executed, QEMU uses the simulated -Program Counter (PC) and other cpu state informations (such as the CS +Program Counter (PC) and other cpu state information (such as the CS segment base value) to find the next basic block. In order to accelerate the most common cases where the new simulated PC |