Changeset 4042 for trunk/tools


Ignore:
Timestamp:
Aug 19, 2000, 3:03:45 AM (25 years ago)
Author:
bird
Message:

More info on unknown records.

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:31 bird Exp $ */
     1/* $Id: omfdumper.c,v 1.2 2000-08-19 01:03:45 bird Exp $ */
    22/*
    33 * Very simple OMF/LIB dumper.
     
    221221
    222222        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);
    225227            break;
    226228    }
Note: See TracChangeset for help on using the changeset viewer.