mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:29:13 +02:00
+ added method make_simple_ref (empty for now, but will be implemented later)
git-svn-id: branches/z80@44640 -
This commit is contained in:
parent
7fd807905f
commit
5e94fbff54
@ -103,6 +103,8 @@ 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);
|
||||
@ -1616,6 +1618,11 @@ 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