projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24b650
)
Terminate and Stay Resident now a fixme because it shouldn't be a
author
Joseph Pranevich
<knight@baltimore.wwaves.com>
Sat, 17 Oct 1998 11:57:52 +0000
(11:57 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Sat, 17 Oct 1998 11:57:52 +0000
(11:57 +0000)
trace since it doesn't work.
msdos/int21.c
patch
|
blob
|
blame
|
history
diff --git
a/msdos/int21.c
b/msdos/int21.c
index
6acefe3
..
3c5693c
100644
(file)
--- a/
msdos/int21.c
+++ b/
msdos/int21.c
@@
-1214,8
+1214,7
@@
void WINAPI DOS3Call( CONTEXT *context )
break;
case 0x31: /* TERMINATE AND STAY RESIDENT */
- TRACE(int21,"TERMINATE AND STAY RESIDENT stub\n");
- INT_BARF( context, 0x21 );
+ FIXME(int21,"TERMINATE AND STAY RESIDENT stub\n");
break;
case 0x32: /* GET DOS DRIVE PARAMETER BLOCK FOR SPECIFIC DRIVE */