mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 07:29:25 +01:00
* Added missing override directive in trgcpu.add_constraints method for x86_64 CPU. It was missing for years and I am not sure that this code is really needed. Please review.
git-svn-id: trunk@13141 -
This commit is contained in:
parent
41d50e4723
commit
c6253d5bd7
@ -32,7 +32,7 @@ unit rgcpu;
|
||||
|
||||
type
|
||||
trgcpu = class(trgx86)
|
||||
procedure add_constraints(reg:Tregister);
|
||||
procedure add_constraints(reg:Tregister); override;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user