krnl386: Fix typo in a comment.
This commit is contained in:
parent
0f2efcf0c5
commit
8cad71cd5e
|
@ -561,7 +561,7 @@ BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags,
|
||||||
__wine_push_frame( &frame );
|
__wine_push_frame( &frame );
|
||||||
__wine_enter_vm86( context );
|
__wine_enter_vm86( context );
|
||||||
__wine_pop_frame( &frame );
|
__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);
|
WARN("__wine_enter_vm86 failed (errno=%d)\n", errno);
|
||||||
if (errno == ENOSYS)
|
if (errno == ENOSYS)
|
||||||
|
|
Loading…
Reference in New Issue