Make -b and -n exclusive
This commit is contained in:
@@ -60,6 +60,7 @@ cat_file:
|
|||||||
call add_line_numbers
|
call add_line_numbers
|
||||||
xori s1, s1, 1 # flip the mod buf to write to
|
xori s1, s1, 1 # flip the mod buf to write to
|
||||||
mv s2, a1 # update the current byte count
|
mv s2, a1 # update the current byte count
|
||||||
|
j .LNoNumbers # -n and -b are exclusive
|
||||||
.LNoNonblankNumbers:
|
.LNoNonblankNumbers:
|
||||||
|
|
||||||
la t1, number
|
la t1, number
|
||||||
|
|||||||
Reference in New Issue
Block a user