Fix arm-aros rtl compilation

git-svn-id: trunk@42090 -
This commit is contained in:
pierre 2019-05-17 06:39:57 +00:00
parent 1d6b591872
commit 2ff391c25c

View File

@ -5577,6 +5577,7 @@ implementation
bytes:=bytes or (1 shl 24);
case oppostfix of
PF_S: bytes:=bytes or (0 shl 22) or (0 shl 15);
PF_D: bytes:=bytes or (0 shl 22) or (1 shl 15);
PF_E: bytes:=bytes or (1 shl 22) or (0 shl 15);
PF_P: bytes:=bytes or (1 shl 22) or (1 shl 15);