diff options
Diffstat (limited to 'compiler/ncgcon.pas')
-rw-r--r-- | compiler/ncgcon.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ncgcon.pas b/compiler/ncgcon.pas index 0cd1da2ffc..1ac8f76bbb 100644 --- a/compiler/ncgcon.pas +++ b/compiler/ncgcon.pas @@ -471,7 +471,7 @@ implementation end else begin - location.value:=swapendian(Pcardinal(value_set)^); + location.value:=aint(swapendian(Pcardinal(value_set)^)); location.value:=aint( reverse_byte (location.value and $ff) or (reverse_byte((location.value shr 8) and $ff) shl 8) or |