ISLE: Resolve remaining x64 overlap errors (#4977)

Resolve overlap errors with the x64 backend.
This commit is contained in:
Trevor Elliott
2022-09-29 10:09:37 -07:00
committed by GitHub
parent bf2fa40e4e
commit db06e4e622
3 changed files with 198 additions and 188 deletions

View File

@@ -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 {