diff options
Diffstat (limited to 'gcc/config/arm/arm.c')
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index f1df3a0..ec1f5fc 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -6774,7 +6774,7 @@ arm_handle_cmse_nonsecure_call (tree *node, tree name, bool *no_add_attrs) { tree decl = NULL_TREE, fntype = NULL_TREE; - tree main_variant, type; + tree type; if (!use_cmse) { |