diff options
author | Matwey V. Kornilov <[email protected]> | 2019-07-26 20:26:37 +0300 |
---|---|---|
committer | Matwey V. Kornilov <[email protected]> | 2019-07-27 14:42:04 +0300 |
commit | eb0f74a6281eb7498d36a2ed5d15c442057aa1b2 (patch) | |
tree | c4b24073b4073d7eda8397c0843f6dce79ef46e5 /erts/emulator/beam | |
parent | 5fc96782a03e2fa170a8a7a3781d32b176af0548 (diff) | |
download | otp-eb0f74a6281eb7498d36a2ed5d15c442057aa1b2.tar.gz otp-eb0f74a6281eb7498d36a2ed5d15c442057aa1b2.tar.bz2 otp-eb0f74a6281eb7498d36a2ed5d15c442057aa1b2.zip |
erts: Do not use named no_cpuid label in asm
Ask compiler to generate unique label name. Using named label has implications
on optimizer, that may lead to the compilation errors as the following:
pthread/ethread.c: Assembler messages:
pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
pthread/ethread.c:213: Error: symbol `no_cpuid' is already defined
Diffstat (limited to 'erts/emulator/beam')
0 files changed, 0 insertions, 0 deletions