mirror of
git://c9x.me/qbe.git
synced 2026-04-07 19:09:48 +00:00
cosmetics
This commit is contained in:
parent
7e53000a1f
commit
22c69707ce
@ -39,7 +39,7 @@ req(Ref a, Ref b)
|
||||
enum {
|
||||
RSym = 0,
|
||||
RConst = 1,
|
||||
NRef = ((ushort)-1)>>1,
|
||||
NRef = (1<<15) - 1
|
||||
};
|
||||
|
||||
#define SYM(x) (Ref){RSym, x}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user