mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 21:49:06 +02:00
* fixed evaluation stack height count for OP_NEG and non-64 bit opertions
git-svn-id: branches/jvmbackend@18511 -
This commit is contained in:
parent
694ccf3df3
commit
f764a72d85
@ -430,7 +430,8 @@ implementation
|
||||
internalerror(2010120533);
|
||||
list.concat(taicpu.op_none(TOpCG2LAsmOp[op]));
|
||||
case op of
|
||||
OP_NOT:
|
||||
OP_NOT,
|
||||
OP_NEG:
|
||||
;
|
||||
{ the second argument here is an int rather than a long }
|
||||
OP_SHL,OP_SHR,OP_SAR:
|
||||
|
Loading…
Reference in New Issue
Block a user