소스 검색

* 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