commit | d8fab2e67cc5756851aa1fa6f52d1dedd4baa909 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Sep 25 23:53:07 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 25 23:53:07 2000 +0000 |
tree | 335539b16930b0254147ba075c827d6088788ee7 | |
parent | 072dfb57e3037db3a35d3290625b7ea51ad39902 [diff] [blame] |
Removed some of the XXX_reg macros now that we are using the standard CONTEXT86 structure everywhere.
diff --git a/msdos/int13.c b/msdos/int13.c index 5574d47..d928de6 100644 --- a/msdos/int13.c +++ b/msdos/int13.c
@@ -118,7 +118,7 @@ CX_reg(context) = 0x4f24; break; } - ES_reg(context) = 0x0000; /* FIXME: drive parameter table */ + context->SegEs = 0x0000; /* FIXME: drive parameter table */ DI_reg(context) = 0x0000; #else AH_reg(context) = 0x01;