summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/export.h')
-rw-r--r--erts/emulator/beam/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/export.h b/erts/emulator/beam/export.h
index 0190624f79..91c4844d20 100644
--- a/erts/emulator/beam/export.h
+++ b/erts/emulator/beam/export.h
@@ -35,7 +35,7 @@ typedef struct export
void* addressv[ERTS_NUM_CODE_IX];
/* Index into bif_table[], or -1 if not a BIF. */
- int bif_table_index;
+ int bif_number;
/* Non-zero if this is a BIF that's traced. */
int is_bif_traced;