mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:48:47 +02:00
- disabled can_call_ref() for llvm
git-svn-id: branches/hlcgllvm@27017 -
This commit is contained in:
parent
2cb84bda6e
commit
482eb86047
@ -26,11 +26,14 @@ unit nllvmcal;
|
||||
interface
|
||||
|
||||
uses
|
||||
ncgcal;
|
||||
parabase,
|
||||
ncgcal,
|
||||
cgutils;
|
||||
|
||||
type
|
||||
tllvmcallnode = class(tcgcallnode)
|
||||
protected
|
||||
function can_call_ref(var ref: treference): boolean; override;
|
||||
procedure pushparas; override;
|
||||
end;
|
||||
|
||||
@ -41,7 +44,12 @@ implementation
|
||||
verbose,
|
||||
ncal;
|
||||
|
||||
{ tllvmcallnode }
|
||||
|
||||
function tllvmcallnode.can_call_ref(var ref: treference): boolean;
|
||||
begin
|
||||
result:=false;
|
||||
end;
|
||||
|
||||
|
||||
procedure tllvmcallnode.pushparas;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user