summaryrefslogtreecommitdiff
path: root/compiler/i386
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-02-24 20:01:53 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-02-24 20:01:53 +0000
commit657e6dc02717bc74fde7b3ae3f8dc071f7009e25 (patch)
tree01bd721d2ddf2c6d280776a8e77fb9f6c85f8916 /compiler/i386
parent91dc0d9d441be26995b414c5f8d4fbcce50c9bc8 (diff)
parentddc8846af5ac0ecbbb54d63486d5e1ff9ae52c1b (diff)
downloadfpc-657e6dc02717bc74fde7b3ae3f8dc071f7009e25.tar.gz
* synchronised with trunk till r41449
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@41450 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/i386')
-rw-r--r--compiler/i386/n386set.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/i386/n386set.pas b/compiler/i386/n386set.pas
index 50cc7aec39..b70dbedaaf 100644
--- a/compiler/i386/n386set.pas
+++ b/compiler/i386/n386set.pas
@@ -31,7 +31,7 @@ interface
type
ti386casenode = class(tx86casenode)
- procedure optimizevalues(var max_linear_list:aint;var max_dist:aword);override;
+ procedure optimizevalues(var max_linear_list:int64;var max_dist:qword);override;
end;
@@ -44,7 +44,7 @@ implementation
TI386CASENODE
*****************************************************************************}
- procedure ti386casenode.optimizevalues(var max_linear_list:aint;var max_dist:aword);
+ procedure ti386casenode.optimizevalues(var max_linear_list:int64;var max_dist:qword);
begin
{ a jump table crashes the pipeline! }
if current_settings.optimizecputype=cpu_386 then