aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-16 06:14:24 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-16 06:14:24 +0100
commit2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee (patch)
tree11bbc69edd9fd82b482b45bf8efd9f858d0a9e92 /src/ortho
parent7dbd8644731983e6b678b5e58b5949eeeb2a0fbf (diff)
downloadghdl-2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee.tar.gz
ghdl-2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee.tar.bz2
ghdl-2bd8625e54e2f0c4a2c0a8400c122f61435fe7ee.zip
ortho/mcode: use arch64 binary format for mach-O
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/mcode/binary_file-macho.adb2
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)