aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/utils/make_alloc_types
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/utils/make_alloc_types')
-rwxr-xr-xerts/emulator/utils/make_alloc_types2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/utils/make_alloc_types b/erts/emulator/utils/make_alloc_types
index 88f537ea09..925b9d5810 100755
--- a/erts/emulator/utils/make_alloc_types
+++ b/erts/emulator/utils/make_alloc_types
@@ -246,7 +246,7 @@ print DST "
print DST "#define ERTS_ALC_C_MIN ($c_no)\n\n";
-foreach my $c (keys(%c_tab)) {
+foreach my $c (sort keys(%c_tab)) {
push(@c_order, $c);
set_number($c_tab{$c}, $c_no);
print DST "#define ERTS_ALC_C_$c ($c_no)\n";