mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 11:07:30 +01:00
* "fast lane" code and comment fixed
This commit is contained in:
parent
41dbedfe22
commit
ea659cbc20
@ -764,9 +764,9 @@ unit rarvgas;
|
|||||||
begin
|
begin
|
||||||
result:=inherited is_register(s);
|
result:=inherited is_register(s);
|
||||||
{ reg found?
|
{ reg found?
|
||||||
possible aliases are always 2 char
|
possible aliases are always 2 to 4 chars
|
||||||
}
|
}
|
||||||
if result or (not (length(s) in [2,3])) then
|
if result or (not (length(s) in [2..4])) then
|
||||||
exit;
|
exit;
|
||||||
for i:=low(extraregs) to high(extraregs) do
|
for i:=low(extraregs) to high(extraregs) do
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user