diff options
Diffstat (limited to 'gas/listing.c')
-rw-r--r-- | gas/listing.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/listing.c b/gas/listing.c index 7fdb67d..03dcfe8 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -613,6 +613,7 @@ calc_hex (list) data_buffer_size += 2; octet_in_frag++; } + if (frag_ptr->fr_type == rs_fill) { unsigned int var_rep_max = octet_in_frag; unsigned int var_rep_idx = octet_in_frag; |