From ea65e272dd5918655ce0da5696f8672fcc2549f8 Mon Sep 17 00:00:00 2001 From: sergei Date: Mon, 5 Aug 2013 16:32:37 +0000 Subject: [PATCH] * Changed global variable into field. git-svn-id: trunk@25217 - --- compiler/x86/rax86int.pas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/x86/rax86int.pas b/compiler/x86/rax86int.pas index 6f74374c1c..e65376eee9 100644 --- a/compiler/x86/rax86int.pas +++ b/compiler/x86/rax86int.pas @@ -51,6 +51,7 @@ Unit Rax86int; actasmtoken : tasmtoken; prevasmtoken : tasmtoken; ActOpsize : topsize; + inexpression : boolean; constructor create;override; function is_asmopcode(const s: string):boolean; function is_asmoperator(const s: string):boolean; @@ -129,9 +130,6 @@ Unit Rax86int; 'and','or','xor','wrt','..gotpcrel' ); - var - inexpression : boolean; - constructor tx86intreader.create; var i : tasmop;