summaryrefslogtreecommitdiff
path: root/yarvcore.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-02 09:59:38 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-02 09:59:38 +0000
commitfba2420be4f16a74ed867098ef256c3702ffb5d4 (patch)
tree2c540cb28130f5906fc5ef7cc5d699e9d26c72f7 /yarvcore.h
parent8269ab2e1fd073f2970535ccd796213db29cd2bd (diff)
* vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stack
in correct range. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yarvcore.h b/yarvcore.h
index 2257bee509..0532ebc71a 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -478,6 +478,7 @@ struct rb_thread_struct
VALUE *machine_stack_start;
VALUE *machine_stack_end;
jmp_buf machine_regs;
+ int mark_stack_len;
/* statistics data for profiler */
VALUE stat_insn_usage;