Ignore:
Timestamp:
Aug 23, 2007, 2:28:15 AM (18 years ago)
Author:
bird
Message:

hacking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kDbg/kDbgModPE.cpp

    r3530 r3534  
    101101{
    102102    kDbgAssertMsgReturn(uRVA < pModPe->cbImage, ("uRVA=%x, cbImage=%x\n", uRVA, pModPe->cbImage),
    103                     KDBG_ERR_INVALID_ADDRESS);
     103                        KDBG_ERR_INVALID_ADDRESS);
    104104    for (int32_t iSegment = 0; iSegment < pModPe->cSections; iSegment++)
    105105    {
Note: See TracChangeset for help on using the changeset viewer.