* gas reader fixed

git-svn-id: trunk@20272 -
This commit is contained in:
florian 2012-02-06 21:50:05 +00:00
parent ae37b9f5b9
commit 6be7b08b8e

View File

@ -106,7 +106,7 @@ Interface
begin begin
{ Try to convert to std register } { Try to convert to std register }
if actasmtoken=AS_INTNUM then if actasmtoken=AS_INTNUM then
actasmregister:=gas_regnum_search('r'+actasmpattern) actasmregister:=gas_regnum_search('$'+actasmpattern)
else else
begin begin
{ AS_ID is uppercased by default but register names { AS_ID is uppercased by default but register names