From 27b4f3df60156766fee4f681dac5f3d784de856f Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 9 Sep 2020 21:08:03 +0000 Subject: [PATCH] * Xtensa: taicpu.spilling_get_operation_type improved git-svn-id: trunk@46819 - --- compiler/xtensa/aasmcpu.pas | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/compiler/xtensa/aasmcpu.pas b/compiler/xtensa/aasmcpu.pas index de4e30e9f4..f727d3effa 100644 --- a/compiler/xtensa/aasmcpu.pas +++ b/compiler/xtensa/aasmcpu.pas @@ -441,10 +441,20 @@ uses cutils, cclasses; else result := operand_read; case opcode of + A_CALL0, + A_CALL4, + A_CALL8, + A_CALL12, + A_CALLX0, + A_CALLX4, + A_CALLX8, + A_CALLX12, A_S8I, A_S16I, A_S32I, A_SSI, + A_J, + A_JX, A_B: result := operand_read; else