Explorar el Código

* made variable public so got warning gets triggered

git-svn-id: trunk@22244 -
Jonas Maebe hace 13 años
padre
commit
17c495595c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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