mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 05:27:13 +01:00
* fix compilation on targets that don't have a RawThunk defined yet
git-svn-id: trunk@42720 -
This commit is contained in:
parent
7d9b249def
commit
9cac24a325
@ -831,9 +831,6 @@ end;
|
||||
label
|
||||
RawThunkEnd;
|
||||
|
||||
const
|
||||
RawThunkEndPtr: Pointer = @RawThunkEnd;
|
||||
|
||||
{$if defined(cpui386)}
|
||||
const
|
||||
RawThunkPlaceholderBytesToPop = $12341234;
|
||||
@ -869,6 +866,9 @@ end;
|
||||
{$endif}
|
||||
|
||||
{$if declared(RawThunk)}
|
||||
const
|
||||
RawThunkEndPtr: Pointer = @RawThunkEnd;
|
||||
|
||||
type
|
||||
{$if declared(TRawThunkBytesToPop)}
|
||||
PRawThunkBytesToPop = ^TRawThunkBytesToPop;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user