aboutsummaryrefslogtreecommitdiffstats
path: root/simulate/execution.adb
diff options
context:
space:
mode:
Diffstat (limited to 'simulate/execution.adb')
-rw-r--r--simulate/execution.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate/execution.adb b/simulate/execution.adb
index 18407ed2a..a8a73b13a 100644
--- a/simulate/execution.adb
+++ b/simulate/execution.adb
@@ -2748,7 +2748,7 @@ package body Execution is
Prepend (Rstr, Image (Get_Identifier (Instance.Label)));
exit;
end if;
- when Iir_Kind_Architecture_Declaration =>
+ when Iir_Kind_Architecture_Body =>
if Is_Instance then
Prepend (Rstr, ')');
Prepend (Rstr, Image (Get_Identifier (Instance.Label)));