From 70d016cf227dfae7f77a57349be09cd57dba18d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 17 Feb 2011 16:27:11 +0100 Subject: BEAM loader: Load the line table --- erts/emulator/beam/beam_load.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'erts/emulator/beam/beam_load.h') diff --git a/erts/emulator/beam/beam_load.h b/erts/emulator/beam/beam_load.h index 26e3054c4b..9d4a60fed1 100644 --- a/erts/emulator/beam/beam_load.h +++ b/erts/emulator/beam/beam_load.h @@ -107,6 +107,11 @@ extern Uint erts_total_code_size; */ #define MI_ON_LOAD_FUNCTION_PTR 10 +/* + * Pointer to the line table (or NULL if none). + */ +#define MI_LINE_TABLE 11 + /* * Start of function pointer table. This table contains pointers to * all functions in the module plus an additional pointer just beyond @@ -116,5 +121,5 @@ extern Uint erts_total_code_size; * this table. */ -#define MI_FUNCTIONS 11 +#define MI_FUNCTIONS 12 #endif /* _BEAM_LOAD_H */ -- cgit v1.2.3