Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions erts/emulator/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ JIT_OBJS = \
$(OBJDIR)/asm_load.o \
$(OBJDIR)/beam_asm_global.o \
$(OBJDIR)/beam_asm_module.o \
$(OBJDIR)/beam_jit_bs.o \
$(OBJDIR)/beam_jit_common.o \
$(OBJDIR)/beam_jit_main.o \
$(OBJDIR)/beam_jit_metadata.o \
Expand Down
1 change: 1 addition & 0 deletions erts/emulator/beam/beam_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ Eterm beamfile_get_literal(const BeamFile *beam, Sint index) {

/* Static literal indexes are checked when parsing operations, and dynamic
* literals are managed by us, so we can only land here through a bug. */
erts_printf("%ld\n", index);
ERTS_INTERNAL_ERROR("illegal literal index");
}

Expand Down
Loading
Loading