diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-01-16 06:14:24 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-01-16 06:14:24 +0100 |
commit | 2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee (patch) | |
tree | 11bbc69edd9fd82b482b45bf8efd9f858d0a9e92 /src/ortho/mcode | |
parent | 7dbd8644731983e6b678b5e58b5949eeeb2a0fbf (diff) | |
download | ghdl-2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee.tar.gz ghdl-2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee.tar.bz2 ghdl-2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee.zip |
ortho/mcode: use arch64 binary format for mach-O
Diffstat (limited to 'src/ortho/mcode')
-rw-r--r-- | src/ortho/mcode/binary_file-macho.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/mcode/binary_file-macho.adb b/src/ortho/mcode/binary_file-macho.adb index be5b16f91..9e42653d8 100644 --- a/src/ortho/mcode/binary_file-macho.adb +++ b/src/ortho/mcode/binary_file-macho.adb @@ -16,7 +16,7 @@ -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. with Macho; use Macho; -with Macho_Arch32; use Macho_Arch32; +with Macho_Arch64; use Macho_Arch64; package body Binary_File.Macho is procedure Write (Fd : GNAT.OS_Lib.File_Descriptor) |