+ support compact, large and huge memory models in x86/cpubase.segment_regs_equal()

git-svn-id: trunk@27392 -
This commit is contained in:
nickysn 2014-03-30 19:36:21 +00:00
parent 1f8280e8f1
commit 4763723c75

View File

@ -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;