diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-10-21 21:38:24 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-10-21 21:38:24 +0900 |
| commit | f6c58616a2c55331770de4c71af08caf3fae4204 (patch) | |
| tree | 394187020f5919a4d7b49e4dc0df99a69c813505 /src/vm.c | |
| parent | b41f1180c87086d5245661798e75748a847df695 (diff) | |
| parent | 6b67590fdab696ef0aff2cb283be2bddc80a3ed4 (diff) | |
| download | mruby-f6c58616a2c55331770de4c71af08caf3fae4204.tar.gz mruby-f6c58616a2c55331770de4c71af08caf3fae4204.zip | |
Merge pull request #2997 from furunkel/gc_cleanup
GC cleanup
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
