diff options
Diffstat (limited to 'erts/emulator/beam/beam_load.c')
-rw-r--r-- | erts/emulator/beam/beam_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_load.c b/erts/emulator/beam/beam_load.c index cc4f5b5893..d3f55a2ba4 100644 --- a/erts/emulator/beam/beam_load.c +++ b/erts/emulator/beam/beam_load.c @@ -852,7 +852,7 @@ erts_alloc_loader_state(void) * in the magic binary, or NIL if the binary does not contain * prepared code. */ -int +Eterm erts_module_for_prepared_code(Binary* magic) { LoaderState* stp; |