Fix the insd and outsd instructions.
commitdaf4feb45f39644320df23945551280d6642bbe0
authorMark Karpeles <mark@hell.ne.jp>
Sat, 26 Jul 2008 06:37:21 +0000 (26 08:37 +0200)
committerMichał Januszewski <spock@gentoo.org>
Sat, 26 Jul 2008 06:37:21 +0000 (26 08:37 +0200)
tree2054f83a41feded6d9cf3eafe28d8410d1425dbc
parentc00643f8d7cc20c96dccc0b23a9765361b217bfe
Fix the insd and outsd instructions.

The implementation of insd and outsd used in x86emu puts a 'break'
instruction inside a while loop, causing only the first double word
to be transferred.  Fix this by moving the instruction out of the
loop.
libs/x86emu/prim_ops.c