mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 10:49:11 +02:00
+ sanity check
git-svn-id: trunk@41131 -
This commit is contained in:
parent
afd4599d26
commit
2f40f81890
@ -205,6 +205,8 @@ unit agarmgas;
|
||||
s:=s+', rrx'
|
||||
else if shiftmode <> SM_None then
|
||||
s:=s+', '+gas_shiftmode2str[shiftmode]+' #'+tostr(shiftimm);
|
||||
if offset<>0 then
|
||||
Internalerror(2019012601);
|
||||
end
|
||||
else if offset<>0 then
|
||||
s:=s+', #'+tostr(offset);
|
||||
|
Loading…
Reference in New Issue
Block a user