aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-02-06 10:00:37 +0100
committerGitHub <[email protected]>2018-02-06 10:00:37 +0100
commit3cb3d5c1927e6235b0e51ba7ca31e2a3458fba01 (patch)
treed7e5f721463209b9336df262ecb146f64b7a0ea2 /erts/emulator/beam/global.h
parent1c0843886908513a2a6bd5f315010acf5668e2b9 (diff)
parent2207e5248bbaf2961f179ddcc1dabbab292ca3c9 (diff)
downloadotp-3cb3d5c1927e6235b0e51ba7ca31e2a3458fba01.tar.gz
otp-3cb3d5c1927e6235b0e51ba7ca31e2a3458fba01.tar.bz2
otp-3cb3d5c1927e6235b0e51ba7ca31e2a3458fba01.zip
grisp/fix-powerpc-rtems-build/PR-1692/OTP-14909
Fix the build on targets with small data area
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 86e2c351af..ebe673cd86 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -948,8 +948,8 @@ void erts_update_ranges(BeamInstr* code, Uint size);
void erts_remove_from_ranges(BeamInstr* code);
UWord erts_ranges_sz(void);
void erts_lookup_function_info(FunctionInfo* fi, BeamInstr* pc, int full_info);
-ErtsLiteralArea** erts_dump_lit_areas;
-Uint erts_dump_num_lit_areas;
+extern ErtsLiteralArea** erts_dump_lit_areas;
+extern Uint erts_dump_num_lit_areas;
/* break.c */
void init_break_handler(void);