diff options
Diffstat (limited to 'simulate')
-rw-r--r-- | simulate/execution.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulate/execution.adb b/simulate/execution.adb index a3a29d4..18407ed 100644 --- a/simulate/execution.adb +++ b/simulate/execution.adb @@ -2854,6 +2854,7 @@ package body Execution is return Execute_Name (Block, Expr); when Iir_Kind_Simple_Name + | Iir_Kind_Character_Literal | Iir_Kind_Selected_Name => return Execute_Expression (Block, Get_Named_Entity (Expr)); |