Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/w65-opc.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    5555        int amode;
    5656};
    57 struct opinfo optable[257]={
     57const struct opinfo optable[257]={
    5858#define O_adc 1
    5959#define O_and 2
     
    403403        {0xEB,  O_xba,  "xba",  ADDR_IMPLIED},
    404404        {0xFB,  O_xce,  "xce",  ADDR_IMPLIED},
    405         { 0 }
     405        { 0, 0, NULL, 0 }
    406406};
    407407#endif
Note: See TracChangeset for help on using the changeset viewer.