diff options
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 59e8d71..b394faa 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -8816,7 +8816,7 @@ arm_handle_align (fragP) fix = 0; if (bytes > MAX_MEM_FOR_RS_ALIGN_CODE) - bytes = MAX_MEM_FOR_RS_ALIGN_CODE; + bytes &= MAX_MEM_FOR_RS_ALIGN_CODE; if (fragP->tc_frag_data) { |