1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 01:44:29 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-28 22:04:23 +09:00
parent ad849413f7
commit 503fd8478c

2
mold.h
View File

@ -221,8 +221,8 @@ public:
u32 dynsym_idx = -1;
u32 dynstr_offset = -1;
u32 copyrel_offset = -1;
u32 shndx = 0;
u16 ver_idx = 0;
tbb::spin_mutex mu;