mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
(sparc_ip): Recognize %asr0.
Yes, matra really wants this.
This commit is contained in:
@ -1018,9 +1018,9 @@ sparc_ip (str)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (num < 1 || 31 < num)
|
||||
if (num < 0 || 31 < num)
|
||||
{
|
||||
error_message = ": asr number must be between 1 and 31";
|
||||
error_message = ": asr number must be between 0 and 31";
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user