mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:39:39 +02:00
* re-enable jump tables for x86-64, they are fixed, see also
http://www.hu.freepascal.org/lists/fpc-devel/2012-June/029141.html git-svn-id: trunk@22921 -
This commit is contained in:
parent
55d03b775e
commit
0b30b0fd5a
@ -61,11 +61,7 @@ implementation
|
|||||||
|
|
||||||
function tx86casenode.has_jumptable : boolean;
|
function tx86casenode.has_jumptable : boolean;
|
||||||
begin
|
begin
|
||||||
{$ifdef i386}
|
|
||||||
has_jumptable:=true;
|
has_jumptable:=true;
|
||||||
{$else}
|
|
||||||
has_jumptable:=false;
|
|
||||||
{$endif}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user