diff options
Diffstat (limited to 'gcc/ada/expander.adb')
-rw-r--r-- | gcc/ada/expander.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/expander.adb b/gcc/ada/expander.adb index 8cec821..3d7b0d7 100644 --- a/gcc/ada/expander.adb +++ b/gcc/ada/expander.adb @@ -230,6 +230,9 @@ package body Expander is when N_Conditional_Entry_Call => Expand_N_Conditional_Entry_Call (N); + when N_Continue_Statement => + Expand_N_Continue_Statement (N); + when N_Delay_Relative_Statement => Expand_N_Delay_Relative_Statement (N); |