mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:50:21 +02:00
* unify internalerror
* Aarch64: handle ASRV in taicpu.spilling_get_operation_type
This commit is contained in:
parent
7dfc45cfea
commit
48fe8e6208
@ -1084,6 +1084,7 @@ implementation
|
||||
A_ADRP,
|
||||
A_AND,
|
||||
A_ASR,
|
||||
A_ASRV,
|
||||
A_BFXIL,
|
||||
A_BIC,
|
||||
A_CLZ,
|
||||
@ -1152,7 +1153,7 @@ implementation
|
||||
else
|
||||
result:=operand_read;
|
||||
else
|
||||
Internalerror(2019090802);
|
||||
Internalerror(2019090803);
|
||||
{$else EXTDEBUG}
|
||||
else
|
||||
if opnr=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user