summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 9897bc37b1..2aea296720 100644
--- a/vm.c
+++ b/vm.c
@@ -682,7 +682,7 @@ static VALUE
vm_invoke_proc(rb_thread_t *th, rb_proc_t *proc, VALUE self, VALUE defined_class,
int argc, const VALUE *argv, const rb_block_t *blockptr)
{
- volatile VALUE val = Qundef;
+ VALUE val = Qundef;
int state;
volatile int stored_safe = th->safe_level;