mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
krnl386: Fix typo in a comment.
This commit is contained in:
parent
0f2efcf0c5
commit
8cad71cd5e
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags,
|
|||
__wine_push_frame( &frame );
|
||||
__wine_enter_vm86( context );
|
||||
__wine_pop_frame( &frame );
|
||||
if (errno != 0) /* enter_vm86 will fall with ENOSYS on x64 kernels */
|
||||
if (errno != 0) /* enter_vm86 will fail with ENOSYS on x64 kernels */
|
||||
{
|
||||
WARN("__wine_enter_vm86 failed (errno=%d)\n", errno);
|
||||
if (errno == ENOSYS)
|
||||
|
|
Loading…
Reference in a new issue