mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 20:30:29 +02:00
* fixed previous commit
git-svn-id: trunk@1097 -
This commit is contained in:
parent
8c6316ce2a
commit
d56e29b9dd
@ -711,7 +711,10 @@ Unit Ra386int;
|
||||
begin
|
||||
Consume(AS_DOT);
|
||||
if actasmtoken in [AS_BYTE,AS_ID,AS_WORD,AS_DWORD,AS_QWORD] then
|
||||
s:=s+'.'+actasmpattern
|
||||
begin
|
||||
s:=s+'.'+actasmpattern;
|
||||
consume(actasmtoken);
|
||||
end
|
||||
else
|
||||
begin
|
||||
Consume(AS_ID);
|
||||
@ -1485,10 +1488,11 @@ Unit Ra386int;
|
||||
expr : string;
|
||||
tempreg : tregister;
|
||||
typesize,
|
||||
l : aint;
|
||||
l,k : aint;
|
||||
hl : tasmlabel;
|
||||
toffset,
|
||||
tsize : aint;
|
||||
tempstr : string;
|
||||
begin
|
||||
expr:='';
|
||||
repeat
|
||||
|
Loading…
Reference in New Issue
Block a user