mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +02:00
* compiler part of #35433
This commit is contained in:
parent
fed9c609e8
commit
346962beaa
@ -486,7 +486,7 @@ Unit AoptObj;
|
||||
{$endif DEBUG_AOPTOBJ}
|
||||
|
||||
|
||||
function JumpTargetOp(ai: taicpu): poper; inline;
|
||||
function JumpTargetOp(ai: taicpu): poper; {$IFDEF USEINLINE}inline;{$ENDIF}
|
||||
begin
|
||||
{$if defined(MIPS) or defined(riscv64) or defined(riscv32) or defined(xtensa) or defined(loongarch64)}
|
||||
{ Branches of above archs can have 1,2 or 3 operands, target label is the last one. }
|
||||
|
@ -184,7 +184,7 @@ unit cgx86;
|
||||
function UseLeave: boolean;
|
||||
|
||||
{ Gets the byte alignment of a reference }
|
||||
function GetRefAlignment(ref: treference): Byte;
|
||||
function GetRefAlignment(ref: treference): Byte; {$IFDEF USEINLINE}inline;{$ENDIF}
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user