mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
Meta: Install 64-bit libgcc_s.so for x86_64 targets
This commit is contained in:
parent
086b7a4537
commit
0cb937416b
Notes:
sideshowbarker
2024-07-18 11:22:16 +09:00
Author: https://github.com/gunnarbeutner
Commit: 0cb937416b
Pull-request: https://github.com/SerenityOS/serenity/pull/8301
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