X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic%2Fralloc.h;h=9bf058defdcd1f578373538d00023193dd206d36;hb=c42e9051755428d14eb620abc9eda86d43479a1a;hp=234d4f2a0b9bba4c1940b8b664e053556517271e;hpb=aaa8b9fedeebcbc459d2e8047d73cf23d697ce40;p=fw%2Fsdcc diff --git a/src/pic/ralloc.h b/src/pic/ralloc.h index 234d4f2a..9bf058de 100644 --- a/src/pic/ralloc.h +++ b/src/pic/ralloc.h @@ -61,10 +61,9 @@ typedef struct regs short type; /* can have value * REG_GPR, REG_PTR or REG_CND * This like the "meta-type" */ - short pc_type; /* pcode type */ - short rIdx; /* index into register table */ - // short otype; - char *name; /* name */ + short pc_type; /* pcode type */ + short rIdx; /* index into register table */ + char *name; /* name */ unsigned isFree:1; /* is currently unassigned */ unsigned wasUsed:1; /* becomes true if register has been used */