Changeset 2848 for trunk/kLdr/kLdrDyld.c


Ignore:
Timestamp:
Nov 2, 2006, 1:08:16 AM (19 years ago)
Author:
bird
Message:

stubbed all the interpreter entry points.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyld.c

    r2847 r2848  
    13671367        for (iSeg = 0; iSeg < pMod->pMod->cSegments; iSeg++)
    13681368        {
    1369             uintmax_t off = (uintmax_t)Address - pMod->pMod->aSegments[iSeg].LoadAddress;
     1369            KLDRADDR off = (KLDRADDR)Address - pMod->pMod->aSegments[iSeg].MapAddress;
    13701370            if (off < pMod->pMod->aSegments[iSeg].cb)
    13711371            {
Note: See TracChangeset for help on using the changeset viewer.