|
@@ -831,9 +831,6 @@ end;
|
|
label
|
|
label
|
|
RawThunkEnd;
|
|
RawThunkEnd;
|
|
|
|
|
|
-const
|
|
|
|
- RawThunkEndPtr: Pointer = @RawThunkEnd;
|
|
|
|
-
|
|
|
|
{$if defined(cpui386)}
|
|
{$if defined(cpui386)}
|
|
const
|
|
const
|
|
RawThunkPlaceholderBytesToPop = $12341234;
|
|
RawThunkPlaceholderBytesToPop = $12341234;
|
|
@@ -869,6 +866,9 @@ end;
|
|
{$endif}
|
|
{$endif}
|
|
|
|
|
|
{$if declared(RawThunk)}
|
|
{$if declared(RawThunk)}
|
|
|
|
+const
|
|
|
|
+ RawThunkEndPtr: Pointer = @RawThunkEnd;
|
|
|
|
+
|
|
type
|
|
type
|
|
{$if declared(TRawThunkBytesToPop)}
|
|
{$if declared(TRawThunkBytesToPop)}
|
|
PRawThunkBytesToPop = ^TRawThunkBytesToPop;
|
|
PRawThunkBytesToPop = ^TRawThunkBytesToPop;
|