mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 16:09:33 +02:00
* fixed make cycle
This commit is contained in:
parent
cedff1a593
commit
f6e456268f
@ -1284,9 +1284,15 @@ implementation
|
||||
|
||||
function regval(r:Tregister):byte;
|
||||
const
|
||||
{$ifdef x86_64}
|
||||
opcode_table:array[tregisterindex] of tregisterindex = (
|
||||
{$i r8664op.inc}
|
||||
);
|
||||
{$else x86_64}
|
||||
opcode_table:array[tregisterindex] of tregisterindex = (
|
||||
{$i r386op.inc}
|
||||
);
|
||||
{$endif x86_64}
|
||||
begin
|
||||
result:=opcode_table[findreg_by_number(r)];
|
||||
end;
|
||||
@ -2256,7 +2262,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.25 2003-09-24 17:12:36 florian
|
||||
Revision 1.26 2003-09-24 21:15:49 florian
|
||||
* fixed make cycle
|
||||
|
||||
Revision 1.25 2003/09/24 17:12:36 florian
|
||||
* x86-64 adaptions
|
||||
|
||||
Revision 1.24 2003/09/23 17:56:06 peter
|
||||
|
Loading…
Reference in New Issue
Block a user