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 e1583b3..d842941 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -1503,8 +1503,10 @@ skip_past_comma (str) return comma ? SUCCESS : FAIL; } -/* A standard register must be given at this point. Shift is the place to - put it in the instruction. */ +/* A standard register must be given at this point. + Shift is the place to put it in inst.instruction. + Restores input start point on err. + Returns the reg#, or FAIL. */ static int reg_required_here (str, shift) |