mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 10:29:17 +02:00
* fix compilation with -Cr
git-svn-id: trunk@36276 -
This commit is contained in:
parent
e4dbd24a49
commit
ddfaf59626
@ -1006,9 +1006,9 @@ unit cgcpu;
|
||||
case op of
|
||||
OP_AND,OP_OR,OP_XOR:
|
||||
begin
|
||||
cg.a_op_const_ref(list,op,OS_32,tcgint(lo(value)),tempref);
|
||||
cg.a_op_const_ref(list,op,OS_32,aint(lo(value)),tempref);
|
||||
inc(tempref.offset,4);
|
||||
cg.a_op_const_ref(list,op,OS_32,tcgint(hi(value)),tempref);
|
||||
cg.a_op_const_ref(list,op,OS_32,aint(hi(value)),tempref);
|
||||
end;
|
||||
OP_ADD, OP_SUB:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user