diff options
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 7f7c7ea..50e4bea 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -1290,11 +1290,13 @@ static void s_thumb_func (ignore) int ignore ATTRIBUTE_UNUSED; { + if (! thumb_mode) + opcode_select (16); + /* The following label is the name/address of the start of a Thumb function. We need to know this for the interworking support. */ - label_is_thumb_function_name = true; - + demand_empty_rest_of_line (); } |