summaryrefslogtreecommitdiffstats
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
commit3230c651031b5eaa1a4fb6d9c5ed3c6584745aa6 (patch)
tree2c540cb28130f5906fc5ef7cc5d699e9d26c72f7 /yarvcore.h
parent69030b7599cb869ee68557ac09cc02b6f50e1129 (diff)
downloadruby-3230c651031b5eaa1a4fb6d9c5ed3c6584745aa6.tar.gz
ruby-3230c651031b5eaa1a4fb6d9c5ed3c6584745aa6.tar.xz
ruby-3230c651031b5eaa1a4fb6d9c5ed3c6584745aa6.zip
* vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stack
in correct range. git-svn-id: http://svn.ruby-lang.org/repos/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 2257bee50..0532ebc71 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;