Changeset 254 for trunk/src


Ignore:
Timestamp:
May 27, 2003, 9:24:24 PM (22 years ago)
Author:
bird
Message:

Put back missing LABEL and LABEL0 macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/emx/asm386.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r253 r254  
    3636#endif
    3737
     38#define LABEL0(name)    _##name
     39#define LABEL(name)     LABEL0(name)
     40
    3841#define ALIGN   .align  2, 0x90
    3942
Note: See TracChangeset for help on using the changeset viewer.