|
@@ -2117,7 +2117,7 @@ BEGIN
|
|
|
Tp := Last; { Set temporary ptr }
|
|
|
Repeat
|
|
|
Tp := Tp^.Next; { Get next view }
|
|
|
- IF Byte(Longint(CallPointerMethodLocal(TCallbackFunBoolParam(P),
|
|
|
+ IF Byte(PtrUInt(CallPointerMethodLocal(TCallbackFunBoolParam(P),
|
|
|
{ On most systems, locals are accessed relative to base pointer,
|
|
|
but for MIPS cpu, they are accessed relative to stack pointer.
|
|
|
This needs adaptation for so low level routines,
|