mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
parent
8003bde03d
commit
5a40ce442b
6 changed files with 14 additions and 14 deletions
|
@ -551,7 +551,7 @@ void Linker::link(HashMap<Linker::Name, ExternValue> const& exports)
|
|||
m_unresolved_imports.remove(entry);
|
||||
}
|
||||
|
||||
AK::Result<Vector<ExternValue>, LinkError> Linker::finish()
|
||||
AK::ErrorOr<Vector<ExternValue>, LinkError> Linker::finish()
|
||||
{
|
||||
populate();
|
||||
if (!m_unresolved_imports.is_empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue