|
@@ -254,9 +254,9 @@ unit cpubase;
|
|
|
NR_STACK_POINTER_REG = NR_SP;
|
|
|
RS_STACK_POINTER_REG = RS_SP;
|
|
|
{# Frame pointer register }
|
|
|
-{ TODO: FIX ME!!! frame pointer is A5 on Amiga, but A6 on unixes?}
|
|
|
- NR_FRAME_POINTER_REG = NR_A5;
|
|
|
- RS_FRAME_POINTER_REG = RS_A5;
|
|
|
+{ Frame pointer register (initialized in tm68kprocinfo.init_framepointer) }
|
|
|
+ RS_FRAME_POINTER_REG: tsuperregister = RS_NO;
|
|
|
+ NR_FRAME_POINTER_REG: tregister = NR_NO;
|
|
|
|
|
|
{# Register for addressing absolute data in a position independant way,
|
|
|
such as in PIC code. The exact meaning is ABI specific. For
|