* i8086 has no 32 bit rol/ror support so disabled inlined ror/rol for now

git-svn-id: trunk@25237 -
This commit is contained in:
florian 2013-08-11 16:12:37 +00:00
parent 6377c180bf
commit 86c36995dd

View File

@ -52,7 +52,7 @@
{//$define SUPPORT_MMX}
{$define cpumm}
{$define fewintregisters}
{$define cpurox}
{//$define cpurox}
{$define SUPPORT_SAFECALL}
{$define cpuneedsmulhelper}
{ TODO: add another define in order to disable the div helper for 16-bit divs? }