mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Meta: Install 64-bit libgcc_s.so for x86_64 targets
This commit is contained in:
parent
086b7a4537
commit
0cb937416b
2 changed files with 4 additions and 1 deletions
|
@ -70,6 +70,8 @@ DynamicLoader::DynamicLoader(int fd, String filename, void* data, size_t size)
|
|||
m_valid = validate();
|
||||
if (m_valid)
|
||||
m_tls_size_of_current_object = calculate_tls_size();
|
||||
else
|
||||
dbgln("Image validation failed for file {}", m_filename);
|
||||
}
|
||||
|
||||
DynamicLoader::~DynamicLoader()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue