mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* vm_exec.c: check VM_COLLECT_USAGE_DETAILS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5c58280773
commit
9975712793
2 changed files with 6 additions and 0 deletions
|
@ -11,7 +11,9 @@
|
|||
|
||||
#include <math.h>
|
||||
|
||||
#if VM_COLLECT_USAGE_DETAILS
|
||||
static void vm_analysis_insn(int insn);
|
||||
#endif
|
||||
|
||||
#if VMDEBUG > 0
|
||||
#define DECL_SC_REG(type, r, reg) register type reg_##r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue