Changeset 2966


Ignore:
Timestamp:
Feb 13, 2007, 11:26:28 PM (18 years ago)
Author:
bird
Message:

Fixed a PE import issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kLdr/kLdrModPE.c

    r2959 r2966  
    15841584        {
    15851585            KLDRADDR    Value;
    1586             uint32_t    fKind;
     1586            uint32_t    fKind = KLDRSYMKIND_REQ_FLAT;
    15871587            int         rc;
    15881588
     
    16011601                return KLDR_ERR_PE_BAD_IMPORT;
    16021602            }
     1603            if (rc)
     1604                return rc;
    16031605
    16041606            /* Apply it. */
     
    16501652        {
    16511653            KLDRADDR    Value;
    1652             uint32_t    fKind;
     1654            uint32_t    fKind = KLDRSYMKIND_REQ_FLAT;
    16531655            int         rc;
    16541656
     
    16671669                return KLDR_ERR_PE_BAD_IMPORT;
    16681670            }
     1671            if (rc)
     1672                return rc;
    16691673
    16701674            /* Apply it. */
Note: See TracChangeset for help on using the changeset viewer.