ISLE: Resolve remaining x64 overlap errors (#4977)
Resolve overlap errors with the x64 backend.
This commit is contained in:
@@ -718,6 +718,11 @@ macro_rules! isle_prelude_methods {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn tls_model(&mut self, _: Type) -> TlsModel {
|
||||
self.flags.tls_model()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn tls_model_is_elf_gd(&mut self) -> Option<()> {
|
||||
if self.flags.tls_model() == TlsModel::ElfGd {
|
||||
|
||||
Reference in New Issue
Block a user