瀏覽代碼

* Changed global variable into field.

git-svn-id: trunk@25217 -
sergei 12 年之前
父節點
當前提交
ea65e272dd
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      compiler/x86/rax86int.pas

+ 1 - 3
compiler/x86/rax86int.pas

@@ -51,6 +51,7 @@ Unit Rax86int;
          actasmtoken : tasmtoken;
          actasmtoken : tasmtoken;
          prevasmtoken : tasmtoken;
          prevasmtoken : tasmtoken;
          ActOpsize : topsize;
          ActOpsize : topsize;
+         inexpression : boolean;
          constructor create;override;
          constructor create;override;
          function is_asmopcode(const s: string):boolean;
          function is_asmopcode(const s: string):boolean;
          function is_asmoperator(const s: string):boolean;
          function is_asmoperator(const s: string):boolean;
@@ -129,9 +130,6 @@ Unit Rax86int;
         'and','or','xor','wrt','..gotpcrel'
         'and','or','xor','wrt','..gotpcrel'
       );
       );
 
 
-    var
-      inexpression   : boolean;
-
     constructor tx86intreader.create;
     constructor tx86intreader.create;
       var
       var
         i : tasmop;
         i : tasmop;