diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-03 19:51:57 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-03 19:51:57 +0000 |
commit | 1235fc066ac7146bb3ed8ae97efeb710bb57644a (patch) | |
tree | 6c9b3759440f9030b7ee796b69af5467a8c26c6a /qemu-tech.texi | |
parent | c8a706fe6242a553960ccc3071a4e75ceba6f3d2 (diff) |
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4655 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r-- | qemu-tech.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi index cc027cf6a5..5159fbb114 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -277,7 +277,7 @@ The new Plex86 [8] PC virtualizer is done in the same spirit as the qemu-fast system emulator. It requires a patched Linux kernel to work (you cannot launch the same kernel on your PC), but the patches are really small. As it is a PC virtualizer (no emulation is done except -for some priveledged instructions), it has the potential of being +for some privileged instructions), it has the potential of being faster than QEMU. The downside is that a complicated (and potentially unsafe) host kernel patch is needed. @@ -334,7 +334,7 @@ instruction, it just stores one operand (called @code{CC_SRC}), the result (called @code{CC_DST}) and the type of operation (called @code{CC_OP}). -@code{CC_OP} is almost never explicitely set in the generated code +@code{CC_OP} is almost never explicitly set in the generated code because it is known at translation time. In order to increase performances, a backward pass is performed on the |