* fixed compilation of 8086 compiler.

git-svn-id: trunk@31746 -
This commit is contained in:
yury 2015-09-17 16:30:02 +00:00
parent 11a9ff4a43
commit 374148b966
2 changed files with 2 additions and 2 deletions

View File

@ -589,7 +589,7 @@ implementation
alignmentrequirement,
len : aint;
r : tregister;
{$if not defined(cpu64bitalu) and not defined(x86)}
{$if not defined(cpu64bitalu)}
r64 : tregister64;
{$endif}
oldflowcontrol : tflowcontrol;

View File

@ -230,7 +230,7 @@ interface
procedure tx86notnode.second_boolean;
var
opsize : tcgsize;
{$if defined(cpu32bitalu)}
{$if defined(cpu32bitalu) or defined(cpu16bitalu)}
hreg: tregister;
{$endif}
begin