mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
* fixed writing of constant operands outside the longint range
git-svn-id: branches/hlcgllvm@27005 -
This commit is contained in:
parent
161647f965
commit
358b346bbc
@ -235,7 +235,7 @@ implementation
|
||||
top_reg:
|
||||
getopstr:=getregisterstring(o.reg);
|
||||
top_const:
|
||||
getopstr:=tostr(longint(o.val));
|
||||
getopstr:=tostr(int64(o.val));
|
||||
top_ref:
|
||||
if o.ref^.refaddr=addr_full then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user