diff options
author | Tristan Gingold <tgingold@free.fr> | 2013-12-24 07:57:55 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2013-12-24 07:57:55 +0100 |
commit | b129f499996d6d4f45ff468c114c3bb362ac021b (patch) | |
tree | 8d30bd40e034baa3cfbdfc9c1c378b990244fc03 /sem_expr.adb | |
parent | e3cad42f2f816ed62c2a9d19f661e14a50672cb5 (diff) | |
download | ghdl-b129f499996d6d4f45ff468c114c3bb362ac021b.tar.gz ghdl-b129f499996d6d4f45ff468c114c3bb362ac021b.tar.bz2 ghdl-b129f499996d6d4f45ff468c114c3bb362ac021b.zip |
Fix mcode for i386 Darwin.
Diffstat (limited to 'sem_expr.adb')
-rw-r--r-- | sem_expr.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sem_expr.adb b/sem_expr.adb index f008a7bbc..21a05c487 100644 --- a/sem_expr.adb +++ b/sem_expr.adb @@ -1760,6 +1760,7 @@ package body Sem_Expr is -- Semantize LIT whose elements must be of type EL_TYPE, and return -- the length. + -- FIXME: the errors are reported, but there is no mark of that. function Sem_String_Literal (Lit: Iir; El_Type : Iir) return Natural is function Find_Literal (Etype : Iir_Enumeration_Type_Definition; |