Changeset 4042 for trunk/tools
- Timestamp:
- Aug 19, 2000, 3:03:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/omfdumper/omfdumper.c
r827 r4042 1 /* $Id: omfdumper.c,v 1. 1 1999-09-05 02:34:31bird Exp $ */1 /* $Id: omfdumper.c,v 1.2 2000-08-19 01:03:45 bird Exp $ */ 2 2 /* 3 3 * Very simple OMF/LIB dumper. … … 221 221 222 222 default: 223 printf("oops: Record type not implemented yet. 0x%02x\n", *(unsigned char*)pvRecord); 224 cbRecord = *((unsigned short*)((int)pvRecord+1)) + 3; 223 cbRecord = *((unsigned short*)((int)pvRecord+1)) + 3; 224 printf("oops: Record type not implemented yet. 0x%02x %d\n", 225 *(unsigned char*)pvRecord, 226 cbRecord); 225 227 break; 226 228 }
Note:
See TracChangeset
for help on using the changeset viewer.