commit | 330cd693b045dffbee72ef7ae4711d95dc14d612 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jun 03 20:43:06 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 03 20:43:06 2000 +0000 |
tree | abc2a9873eb812bdb5502fc94ef7eecde9237ed3 | |
parent | c97d07b0de331c2842678a50eda89edd90c6d2a0 [diff] [blame] |
Fixed some warnings.
diff --git a/msdos/dpmi.c b/msdos/dpmi.c index f75758c..910ad60 100644 --- a/msdos/dpmi.c +++ b/msdos/dpmi.c
@@ -213,9 +213,9 @@ * It is the proc's responsibility to change the return CS:IP in the * real-mode call structure. */ if (flag & 1) { - int _clobber; /* 32-bit DPMI client */ #if HAVE_FIXED_BROKEN_ASSEMBLER_BELOW + int _clobber; __asm__ __volatile__( "pushl %%es\n" "pushl %%ds\n"