diff options
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index 127aa78..2808620 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -225,6 +225,7 @@ struct Tmp { uint cost; short spill; short wide; + ulong intr; int hint; int phi; }; |