diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-05-14 13:14:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 13:14:01 +0200 |
commit | 2250367424796cd0215eedeedaba8f120a027f4c (patch) | |
tree | 64abf2fe317a6563c7fd6a3f1a3a13a2647391a1 /src/ortho | |
parent | fd1c6d1d7bd4a11f8a79bdd08ab8c0262334c89e (diff) | |
parent | 8c5689b93e68ac34cdf7dd089a3990ae22f0049c (diff) | |
download | ghdl-2250367424796cd0215eedeedaba8f120a027f4c.tar.gz ghdl-2250367424796cd0215eedeedaba8f120a027f4c.tar.bz2 ghdl-2250367424796cd0215eedeedaba8f120a027f4c.zip |
GCC 12 compatibility (#2057)
Diffstat (limited to 'src/ortho')
-rw-r--r-- | src/ortho/mcode/ortho_code-x86-abi.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-abi.adb b/src/ortho/mcode/ortho_code-x86-abi.adb index fd543ef2e..2b0d778fa 100644 --- a/src/ortho/mcode/ortho_code-x86-abi.adb +++ b/src/ortho/mcode/ortho_code-x86-abi.adb @@ -24,7 +24,6 @@ with Ortho_Code.Debug; with Ortho_Code.Disps; with Ortho_Code.Flags; with Ortho_Code.Dwarf; -with Ortho_Code.X86; use Ortho_Code.X86; with Ortho_Code.X86.Insns; with Ortho_Code.X86.Emits; with Binary_File; |