X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rmac.h;h=00dcd3ba49c92cb9d6b6c194076adbe7c94bc4ef;hb=refs%2Ftags%2Fv2.2.13;hp=3f8675c6599216b313261fec1799b548f3979790;hpb=c6808e75ed6088e3006c0d6748c1288eebb39c8a;p=rmac diff --git a/rmac.h b/rmac.h index 3f8675c..00dcd3b 100644 --- a/rmac.h +++ b/rmac.h @@ -262,6 +262,7 @@ PTR #define SIZP 0x0080 // .p (FPU pakced decimal real) #define SIZQ 0x0100 // .q (quad word) +// Extended attributes #define EQUATEDREG 0x0008 // Equated register symbol #define UNDEF_EQUR 0x0010 #define EQUATEDCC 0x0020 @@ -319,6 +320,7 @@ extern int *regbase; extern int *regtab; extern int *regcheck; extern int *regaccept; +extern uint32_t used_architectures; // Exported functions void strtoupper(char * s);