From 5485df3e105aadfd6b61854180a8c4a803fe993f Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 19 Dec 2007 21:39:08 +0000 Subject: * compile.c (iseq_compile_each): add pop after throw as return. * bootstraptest/test_knownbug.rb, test_syntax.rb: move resolved test. * vm_core.h, iseq.c, compile.h: add debug output code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index a104778b44..8f8079e31d 100644 --- a/vm_core.h +++ b/vm_core.h @@ -108,6 +108,7 @@ struct iseq_insn_info_entry { unsigned short position; unsigned short line_no; + unsigned short sp; }; struct iseq_catch_table_entry { -- cgit v1.2.3