xserver/hw/xfree86/x86emu
Brian Ruthven a79bd188fe x86emu: re-align breaks in ins() and outs()
Makes the 4-byte cases match those for 1- & 2-byte handling,
moving the break from being unconditionally hit the first time
through the to loop to after the loop is done.

Fixes Solaris Studio compiler warnings:
"prim_ops.c", line 2626: warning: end-of-loop code not reached
"prim_ops.c", line 2692: warning: end-of-loop code not reached

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-03-31 20:44:06 +00:00
..
x86emu Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
debug.c x86emu: Teach the debug code about varargs 2018-01-16 16:08:38 -05:00
decode.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
fpu.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
ops.c Replace "the the" with a single "the" in docs & comments 2022-03-31 13:27:57 -07:00
ops2.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
prim_ops.c x86emu: re-align breaks in ins() and outs() 2022-03-31 20:44:06 +00:00
sys.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
validate.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
x86emu.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00