mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 04:28:26 +01:00
* completed bugfix done by Florian o I wouldn't get conflicts :)
This commit is contained in:
parent
fb39d568f2
commit
a1ff14ce89
@ -930,7 +930,7 @@ unit cgobj;
|
||||
abstract;
|
||||
end;
|
||||
|
||||
procedure tcg.a_cmp_reg_const_label(list : paasmoutput;size : tcgsize;cmp_op : topcmp;b : byte;reg : tregister;
|
||||
procedure tcg.a_cmp_reg_const_label(list : paasmoutput;size : tcgsize;cmp_op : topcmp;a : aword;reg : tregister;
|
||||
l : pasmlabel);
|
||||
|
||||
begin
|
||||
@ -977,7 +977,10 @@ unit cgobj;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.17 1999-08-06 16:27:26 florian
|
||||
Revision 1.18 1999-08-06 16:37:45 jonas
|
||||
* completed bugfix done by Florian o I wouldn't get conflicts :)
|
||||
|
||||
Revision 1.17 1999/08/06 16:27:26 florian
|
||||
* for Jonas: else he will get conflicts
|
||||
|
||||
Revision 1.16 1999/08/06 16:04:05 michael
|
||||
|
||||
Loading…
Reference in New Issue
Block a user