mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* gas reader fixed
git-svn-id: trunk@20272 -
This commit is contained in:
parent
ae37b9f5b9
commit
6be7b08b8e
@ -106,7 +106,7 @@ Interface
|
||||
begin
|
||||
{ Try to convert to std register }
|
||||
if actasmtoken=AS_INTNUM then
|
||||
actasmregister:=gas_regnum_search('r'+actasmpattern)
|
||||
actasmregister:=gas_regnum_search('$'+actasmpattern)
|
||||
else
|
||||
begin
|
||||
{ AS_ID is uppercased by default but register names
|
||||
|
Loading…
Reference in New Issue
Block a user