mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 21:47:16 +01:00
Fix arm-aros rtl compilation
git-svn-id: trunk@42090 -
This commit is contained in:
parent
1d6b591872
commit
2ff391c25c
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user