mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 23:09:38 +02:00
- removed make_simple_ref, because normalize_ref should be used instead
git-svn-id: branches/z80@44894 -
This commit is contained in:
parent
0d6e59e9ef
commit
a7b69cd18b
@ -108,8 +108,6 @@ unit cgcpu;
|
||||
|
||||
procedure a_adjust_sp(list: TAsmList; value: longint);
|
||||
|
||||
procedure make_simple_ref(list:TAsmList;var ref: treference);
|
||||
|
||||
protected
|
||||
procedure a_op_reg_reg_internal(list: TAsmList; Op: TOpCG; size: TCGSize; src, srchi, dst, dsthi: TRegister);
|
||||
procedure a_op_const_reg_internal(list : TAsmList; Op: TOpCG; size: TCGSize; a: tcgint; reg, reghi: TRegister);
|
||||
@ -1711,11 +1709,6 @@ unit cgcpu;
|
||||
end;
|
||||
|
||||
|
||||
procedure tcgz80.make_simple_ref(list: TAsmList; var ref: treference);
|
||||
begin
|
||||
end;
|
||||
|
||||
|
||||
procedure tcgz80.g_proc_entry(list : TAsmList;localsize : longint;nostackframe:boolean);
|
||||
var
|
||||
regsize,stackmisalignment: longint;
|
||||
|
Loading…
Reference in New Issue
Block a user