mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_insnhelper.h (GET_PC_COUNT): remove unused macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d2f4d5a5fe
commit
0f35174060
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 2 18:04:13 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_insnhelper.h (GET_PC_COUNT): remove unused macro.
|
||||
|
||||
Wed Sep 2 17:18:37 2015 Chris Schneider <chris@christopher-schneider.com>
|
||||
|
||||
* process.c (proc_detach): [DOC] fix typo "intent" as "intend" in
|
||||
|
|
|
@ -101,8 +101,6 @@ enum vm_regan_acttype {
|
|||
#define GET_CURRENT_INSN() (*GET_PC())
|
||||
#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 JUMP(dst) (REG_PC += (dst))
|
||||
|
||||
/* frame pointer, environment pointer */
|
||||
|
|
Loading…
Reference in a new issue