Changeset 2879 for trunk/kLdr/kLdrMod.c


Ignore:
Timestamp:
Nov 12, 2006, 6:21:16 PM (19 years ago)
Author:
bird
Message:

started coding on the LX module interpreter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrMod.c

    r2877 r2879  
    179179        rc = KLDR_ERR_NE_NOT_SUPPORTED;
    180180    else if (u.u16 == IMAGE_LX_SIGNATURE)
    181         rc = KLDR_ERR_LX_NOT_SUPPORTED;
     181        rc = g_kLdrModLXOps.pfnCreate(&g_kLdrModLXOps, pRdr, offHdr, ppMod);
    182182    else if (u.u16 == IMAGE_LE_SIGNATURE)
    183183        rc = KLDR_ERR_LE_NOT_SUPPORTED;
Note: See TracChangeset for help on using the changeset viewer.