From ced4e6c27ddb3b2ecfa73f7ebd865f6aafde91e6 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 22 Sep 2018 12:02:55 +0000 Subject: [PATCH] --- Merging r39714 into '.': U compiler/arm/aasmcpu.pas --- Recording mergeinfo for merge of r39714 into '.': U . # revisions: 39714 git-svn-id: branches/fixes_3_2@39794 - --- compiler/arm/aasmcpu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/arm/aasmcpu.pas b/compiler/arm/aasmcpu.pas index 5549e17217..96454ddeac 100644 --- a/compiler/arm/aasmcpu.pas +++ b/compiler/arm/aasmcpu.pas @@ -830,7 +830,7 @@ implementation end else case opcode of - A_ADC,A_ADD,A_AND,A_BIC, + A_ADC,A_ADD,A_AND,A_BIC,A_ORN, A_EOR,A_CLZ,A_RBIT, A_LDR,A_LDRB,A_LDRBT,A_LDRH,A_LDRSB, A_LDRSH,A_LDRT,