mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 20:39:16 +02:00
Disable limitation of handling of negative shift values, can be enalbed again by setting LIMIT_NEG_SHIFTVALUES macro
git-svn-id: trunk@46221 -
This commit is contained in:
parent
c17ad509e2
commit
fdb1cd38ab
@ -1242,7 +1242,7 @@ implementation
|
||||
caller side and needs to be stored with those bytes at the
|
||||
start of the reference -> don't shift right }
|
||||
else if (paraloc.shiftval<0)
|
||||
{$ifndef MIPS}
|
||||
{$ifdef LIMIT_NEG_SHIFTVALUES}
|
||||
{$ifdef CPU64BITALU}
|
||||
and ((-paraloc.shiftval) in [56{for byte},48{for two bytes},32{for four bytes}])
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user