* patch by Pierre to fix spilling and jump handling of pseudo-instructions

This commit is contained in:
florian 2025-03-31 22:53:14 +02:00
parent 282f4aa060
commit 425ef662cc
2 changed files with 4 additions and 1 deletions

View File

@ -507,7 +507,8 @@ uses cutils, cclasses;
result:=operand_read;
// SB type
A_Bxx:
A_BEQZ,A_BNEZ,A_BLEZ,A_BGEZ,A_BLTZ,A_BGTZ,A_BGT,A_BLE,
A_BGTU,A_BLEU,A_Bxx:
result:=operand_read;
// S type

View File

@ -552,6 +552,8 @@ implementation
begin
is_calljmp:=false;
case o of
A_BEQZ,A_BNEZ,A_BLEZ,A_BGEZ,A_BLTZ,A_BGTZ,A_BGT,A_BLE,
A_BGTU,A_BLEU,A_J,A_JR,
A_JAL,A_JALR,A_Bxx,A_CALL:
is_calljmp:=true;
else