Uncaught error when moving to trunk. Thanks gdb.

svn path=/trunk/; revision=29673
This commit is contained in:
Art Yerkes 2007-10-19 07:47:21 +00:00
parent 293cc2c20b
commit 1b1b3c8ca6

View file

@ -635,6 +635,7 @@ FrLdrLoadModule(FILE *ModuleImage,
PULONG ModuleSize)
{
ULONG LocalModuleSize;
ULONG_PTR ThisModuleBase = NextModuleBase;
PLOADER_MODULE ModuleData;
LPSTR NameBuffer;
LPSTR TempName;
@ -682,7 +683,7 @@ FrLdrLoadModule(FILE *ModuleImage,
*ModuleSize = LocalModuleSize;
}
return NextModuleBase;
return ThisModuleBase;
}
PVOID