From 3ab2f9371e60039936356afaee9f509d782259fd Mon Sep 17 00:00:00 2001 From: furunkel Date: Mon, 19 Oct 2015 22:29:43 +0200 Subject: Clean up GC code --- src/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm.c') diff --git a/src/vm.c b/src/vm.c index 8419931d0..50d784fcd 100644 --- a/src/vm.c +++ b/src/vm.c @@ -52,7 +52,7 @@ The value below allows about 60000 recursive calls in the simplest case. */ # define DEBUG(x) #endif -#define ARENA_RESTORE(mrb,ai) (mrb)->arena_idx = (ai) +#define ARENA_RESTORE(mrb,ai) (mrb)->gc.arena_idx = (ai) static inline void stack_clear(mrb_value *from, size_t count) -- cgit v1.2.3