diff options
Diffstat (limited to 'doc/bc_notes')
-rw-r--r-- | doc/bc_notes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bc_notes b/doc/bc_notes index b548cec5..bca13a71 100644 --- a/doc/bc_notes +++ b/doc/bc_notes @@ -154,6 +154,7 @@ typedef struct exp_instruction { struct exp_instruction *di; NODE *(*fptr) P((int)); long dl; + unsigned long long ldl; char *name; } d; @@ -251,7 +252,7 @@ typedef struct exp_instruction { /*------------------ pretty printing/profiling --------*/ /* Op_exec_count */ -#define exec_count d.dl +#define exec_count d.ldl /* Op_K_while */ #define while_body d.di |