summaryrefslogtreecommitdiff
path: root/avx512-0037785/compiler/m68k/cpubase.pas
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/compiler/m68k/cpubase.pas')
-rw-r--r--avx512-0037785/compiler/m68k/cpubase.pas8
1 files changed, 5 insertions, 3 deletions
diff --git a/avx512-0037785/compiler/m68k/cpubase.pas b/avx512-0037785/compiler/m68k/cpubase.pas
index d8fb9856e1..6ecf62ec53 100644
--- a/avx512-0037785/compiler/m68k/cpubase.pas
+++ b/avx512-0037785/compiler/m68k/cpubase.pas
@@ -67,13 +67,13 @@ unit cpubase;
NR_SP = NR_A7;
{ Integer Super registers first and last }
- first_int_imreg = RS_D7+1;
+ first_int_imreg = 8;
{ Float Super register first and last }
- first_fpu_imreg = RS_FP7+1;
+ first_fpu_imreg = 8;
{ Integer Super registers first and last }
- first_addr_imreg = RS_SP+1;
+ first_addr_imreg = 8;
{ MM Super register first and last }
first_mm_supreg = 0;
@@ -158,6 +158,8 @@ unit cpubase;
{ S_FX = Extended type }
topsize = (S_NO,S_B,S_W,S_L,S_FS,S_FD,S_FX,S_IQ);
+ TOpSizes = set of topsize;
+
{*****************************************************************************
Constants
*****************************************************************************}