Ignore:
Timestamp:
Feb 11, 2007, 4:15:35 PM (19 years ago)
Author:
bird
Message:

Some more work in the GetBits and Relocate area.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModMachO.h

    r2958 r2961  
    667667    union
    668668    {
    669         int32_t n_strx;         /**< Offset (index) into the string table. 0 means "". */
     669        uint32_t n_strx;        /**< Offset (index) into the string table. 0 means "". */
    670670    }           n_un;
    671671    uint8_t     n_type;         /**< Symbol type. */
Note: See TracChangeset for help on using the changeset viewer.