summaryrefslogtreecommitdiff
path: root/insnhelper.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-14 10:53:53 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-14 10:53:53 +0000
commit14c3aa52aeff4fed170b3dbe8666aaa851b654d2 (patch)
tree6f2a895bac75e382b9d4e71e1bb09f92cdafbc4b /insnhelper.h
parent9cdeae9dad9f8ac8fe50b6b6f01ecd76f21f5e6b (diff)
* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move
init place of exception_error. * inits.c: ditto. * eval.c (Init_eval): set exception_error#throwed_state as TAG_FATAL. [ruby-dev:31407] * bootstraptest/test_exception.rb: add a test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insnhelper.h')
-rw-r--r--insnhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/insnhelper.h b/insnhelper.h
index 59536b2e7a..4516a5525a 100644
--- a/insnhelper.h
+++ b/insnhelper.h
@@ -62,7 +62,7 @@
#define GET_OPERAND(n) (GET_PC()[(n)])
#define ADD_PC(n) (SET_PC(REG_PC + (n)))
-#define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
+#define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
#define JUMP(dst) (REG_PC += (dst))
/* FP */