mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 12:10:47 +02:00
+ support compact, large and huge memory models in x86/cpubase.segment_regs_equal()
git-svn-id: trunk@27392 -
This commit is contained in:
parent
1f8280e8f1
commit
4763723c75
@ -590,7 +590,9 @@ implementation
|
||||
{ the remaining are distinct from each other }
|
||||
exit(false);
|
||||
end;
|
||||
mm_compact,mm_large,mm_huge: internalerror(2013062303);
|
||||
mm_compact,mm_large,mm_huge:
|
||||
{ all segment registers are different in these models }
|
||||
exit(false);
|
||||
else
|
||||
internalerror(2013062302);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user