diff options
Diffstat (limited to 'ujit_codegen.c')
| -rw-r--r-- | ujit_codegen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ujit_codegen.c b/ujit_codegen.c index 1201c99c66..e39e418979 100644 --- a/ujit_codegen.c +++ b/ujit_codegen.c @@ -20,11 +20,11 @@ static st_table *gen_fns; // Code block into which we write machine code static codeblock_t block; -static codeblock_t* cb = NULL; +codeblock_t* cb = NULL; // Code block into which we write out-of-line machine code static codeblock_t outline_block; -static codeblock_t* ocb = NULL; +codeblock_t* ocb = NULL; // Ruby instruction entry static void |
