aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code-x86-abi.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-01-12 19:01:59 +0100
committerTristan Gingold <tgingold@free.fr>2015-01-12 19:01:59 +0100
commit9e5342c2299a14c39d04974d6a7a098fd01173fe (patch)
tree5b9f0c0b81a33740305c15efd949e32441f80e2d /src/ortho/mcode/ortho_code-x86-abi.adb
parent552d366f8ca84768a729d7295c4e5e5177a0a3cd (diff)
downloadghdl-9e5342c2299a14c39d04974d6a7a098fd01173fe.tar.gz
ghdl-9e5342c2299a14c39d04974d6a7a098fd01173fe.tar.bz2
ghdl-9e5342c2299a14c39d04974d6a7a098fd01173fe.zip
grt: improve --disp-signals-table output.
Diffstat (limited to 'src/ortho/mcode/ortho_code-x86-abi.adb')
-rw-r--r--src/ortho/mcode/ortho_code-x86-abi.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-abi.adb b/src/ortho/mcode/ortho_code-x86-abi.adb
index bb06d51d4..7903c9650 100644
--- a/src/ortho/mcode/ortho_code-x86-abi.adb
+++ b/src/ortho/mcode/ortho_code-x86-abi.adb
@@ -196,6 +196,8 @@ package body Ortho_Code.X86.Abi is
Put (Get_Local_Offset (Obj), 0);
Put (" {");
Disp_Decl_Name (Obj);
+ Put (":");
+ Debug.Disp_Mode (Types.Get_Type_Mode (Get_Decl_Type (Obj)));
Put ("}");
end Disp_Local;