compile: traces know REG variables
[nit.git] / clib / nit_common.h
index f489205..2d4f9df 100644 (file)
@@ -131,6 +131,8 @@ struct trace_t {
        const char *file; /* source filename */
        int line; /* line number */
        const char *meth; /* method name */
+       int REG_size;
+       val_t **REG_pointer;
 };
 extern struct trace_t *tracehead;
 typedef enum {true = (1==1),false = (0==1)} bool;