Changeset 3248 for trunk/tools/dbginfo/kHll.cpp
- Timestamp:
- Mar 27, 2000, 2:36:17 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/tools/dbginfo/kHll.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dbginfo/kHll.cpp
r3247 r3248 1 /* $Id: kHll.cpp,v 1. 6 2000-03-27 10:20:42bird Exp $1 /* $Id: kHll.cpp,v 1.7 2000-03-27 12:36:17 bird Exp $ 2 2 * 3 3 * kHll - Implementation of the class kHll. … … 582 582 memcpy(hllHdr.achSignature, "NB04", 4); 583 583 hllHdr.offDirectory = 0; 584 hllHdr.ulReserved = 1;585 584 cch = fwrite(&hllHdr, 1, sizeof(hllHdr), phFile); 586 585 if (cch != sizeof(hllHdr)) … … 618 617 lPosDir = ftell(phFile); 619 618 hllDir.cEntries = 0; 620 hllDir.ulReserved = 0; //FIXME/TODO - not quite sure what this is or should be! 619 hllDir.cb = offsetof(HLLDIR, aEntries); 620 hllDir.cbEntry = sizeof(HLLDIRENTRY); 621 621 cch = fwrite(&hllDir, 1, offsetof(HLLDIR, aEntries), phFile); 622 622 if (cch != offsetof(HLLDIR, aEntries))
Note:
See TracChangeset
for help on using the changeset viewer.
