* autoload.cc (noload): Correctly save argument count register.

This commit is contained in:
Christopher Faylor
2002-06-06 23:53:45 +00:00
parent c4e6ff484c
commit 46b941fcf9
4 changed files with 19 additions and 14 deletions

View File

@@ -737,6 +737,7 @@ handle_to_fn (HANDLE h, char *posix_fn)
if (res)
{
strcpy (posix_fn, "some disk file");
debug_printf ("NtQueryObject failed");
return posix_fn;
}