diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-03 11:00:37 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-03 11:00:37 +0000 |
commit | fcc557a8f48de33fb686025624aad0cedc0c7183 (patch) | |
tree | 8c9300660e95938d6d970f095728b0f3949f44bb /vm_exec.c | |
parent | fcbd6db87d003ff14c4bc968b81fa99bd8260e64 (diff) |
* vm_exec.c: vm_analysis_insn should be statkc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_exec.c')
-rw-r--r-- | vm_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include <math.h> -void vm_analysis_insn(int insn); +static void vm_analysis_insn(int insn); #if VMDEBUG > 0 #define DECL_SC_REG(type, r, reg) register type reg_##r |