summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index c2a4b1ab03..1be20c1356 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -258,7 +258,7 @@ typedef struct rb_iseq_location_struct {
VALUE base_label; /* String */
VALUE label; /* String */
VALUE first_lineno; /* TODO: may be unsigned short */
- rb_code_range_t code_range;
+ rb_code_location_t code_location;
} rb_iseq_location_t;
#define PATHOBJ_PATH 0