--- mstools/samples/sdktools/image/drwatson/symbols.c 2018/08/09 18:24:28 1.1.1.1 +++ mstools/samples/sdktools/image/drwatson/symbols.c 2018/08/09 18:27:30 1.1.1.2 @@ -226,19 +226,6 @@ LoadExceptionData( PMODULEINFO mi, PRUNT memcpy( mi->pExceptionData, rf, size ); - // - // if the image has been relocated then the addresses must be fixed up - // - if (mi->dwLoadAddress != mi->dwBaseOfImage) { - long diff = (LONG)mi->dwLoadAddress - mi->dwBaseOfImage; - - for (index=0; indexpExceptionData[index].BeginAddress += diff; - mi->pExceptionData[index].EndAddress += diff; - mi->pExceptionData[index].PrologEndAddress += diff; - } - } - mi->dwEntries = cFunc; return TRUE;