summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism/prism.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/prism/prism.c b/prism/prism.c
index d47cf204a7..086716e92b 100644
--- a/prism/prism.c
+++ b/prism/prism.c
@@ -905,6 +905,7 @@ pm_locals_write(pm_locals_t *locals, pm_constant_id_t name, const uint8_t *start
if (local->name == PM_CONSTANT_ID_UNSET) {
*local = (pm_local_t) {
.name = name,
+ .location = { .start = start, .end = end },
.index = locals->size++,
.reads = reads,
.hash = initial_hash