[BACK]Return to vax.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/Attic/vax.h between version 1.3 and 1.4

version 1.3, 2003/06/03 02:56:08 version 1.4, 2006/03/25 19:06:36
Line 62 
Line 62 
     unsigned int        modefield:4;      unsigned int        modefield:4;
 };  };
   
   unsigned long   reladdr(struct modebyte *);
   long            operandlength(struct modebyte *);
   operandenum     operandmode(struct modebyte *);
   char            *operandname(operandenum);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4