mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 13:48:21 +02:00
* m68k: proper values for first_*_reg
git-svn-id: trunk@47761 -
This commit is contained in:
parent
879bc83d7b
commit
a0a8a6911a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user