mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
* fixed compilation of 8086 compiler.
git-svn-id: trunk@31746 -
This commit is contained in:
parent
11a9ff4a43
commit
374148b966
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user