summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/emu/instrs.tab
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/emu/instrs.tab')
-rw-r--r--erts/emulator/beam/emu/instrs.tab4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/emu/instrs.tab b/erts/emulator/beam/emu/instrs.tab
index ce38a7d610..b05533c830 100644
--- a/erts/emulator/beam/emu/instrs.tab
+++ b/erts/emulator/beam/emu/instrs.tab
@@ -243,7 +243,7 @@ APPLY(I, Deallocate, Next) {
save_calls(c_p, ep);
}
- $Next = ep->addressv[erts_active_code_ix()];
+ $Next = ep->addresses[erts_active_code_ix()];
}
HANDLE_APPLY_ERROR() {
@@ -290,7 +290,7 @@ FIXED_APPLY(Arity, I, Deallocate, Next) {
save_calls(c_p, ep);
}
- $Next = ep->addressv[erts_active_code_ix()];
+ $Next = ep->addresses[erts_active_code_ix()];
}
apply(Arity) {