mirror of
https://github.com/rui314/mold.git
synced 2024-12-27 10:23:41 +03:00
wip
This commit is contained in:
parent
d08c75e074
commit
7cdff483f3
@ -1330,7 +1330,6 @@ bool FdeRecord<E>::equals(ObjectFile<E> &this_file, FdeRecord<E> &other,
|
||||
sec1.get_addend(x[i]) != sec2.get_addend(y[i]))
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -1366,9 +1365,7 @@ bool CieRecord<E>::equals(const CieRecord<E> &other) const {
|
||||
input_section.get_addend(x[i]) != other.input_section.get_addend(y[i]))
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
#define INSTANTIATE(E) \
|
||||
|
Loading…
Reference in New Issue
Block a user