浏览代码

* typecast to get it compiling again

marco 21 年之前
父节点
当前提交
2b2a998ce6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/refex/ex64.pp

+ 1 - 1
docs/refex/ex64.pp

@@ -5,5 +5,5 @@ Var
   P :Longint;
 
 begin
-  P:=Sptr; { P Contains now the current stack position. }
+  P:=Longint(Sptr); { P Contains now the current stack position. }
 end.