浏览代码

* made variable public so got warning gets triggered

git-svn-id: trunk@22244 -
Jonas Maebe 13 年之前
父节点
当前提交
17c495595c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbf/tw22665b.pp

+ 1 - 1
tests/webtbf/tw22665b.pp

@@ -6,7 +6,7 @@
 {$asmmode intel}
 
 var
-  val: qword;
+  val: qword; public;
 
 Function Test: QWord; Assembler; NoStackFrame;
 Asm