Commit 36d54d15e1ef8287a7b306f06dc9f49178773c65

Authored by bellard
1 parent c4dfa5b7

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1058 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
qemu-tech.texi
@@ -167,7 +167,7 @@ interpreter part of the FX!32 Digital Win32 code translator [5]). @@ -167,7 +167,7 @@ interpreter part of the FX!32 Digital Win32 code translator [5]).
167 167
168 TWIN [6] is a Windows API emulator like Wine. It is less accurate than 168 TWIN [6] is a Windows API emulator like Wine. It is less accurate than
169 Wine but includes a protected mode x86 interpreter to launch x86 Windows 169 Wine but includes a protected mode x86 interpreter to launch x86 Windows
170 -executables. Such an approach as greater potential because most of the 170 +executables. Such an approach has greater potential because most of the
171 Windows API is executed natively but it is far more difficult to develop 171 Windows API is executed natively but it is far more difficult to develop
172 because all the data structures and function parameters exchanged 172 because all the data structures and function parameters exchanged
173 between the API and the x86 code must be converted. 173 between the API and the x86 code must be converted.