mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 10:07:28 +01:00
cgobj.pas, tcg:
* g_save_registers: add the amount of used address registers to size as well
* g_save_registers: save all used address registers
* g_restore_registers: restore all stored address registers
m68k/cpubase.pas:
* rename saved_standard_address_registers to saved_address_registers
all other platform's cpubase.{inc,pas} (except alpha, ia64 and vis which are not up to date):
* add a saved_address_registers variable with one entry of RS_INVALID
At least a "make fullcycle" did complete.
git-svn-id: trunk@25664 -
|
||
|---|---|---|
| .. | ||
| a64att.inc | ||
| a64atts.inc | ||
| a64ins.dat | ||
| a64nop.inc | ||
| a64op.inc | ||
| a64reg.dat | ||
| a64tab.inc | ||
| aasmcpu.pas | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpud.pas | ||
| cpubase.pas | ||
| cpuinfo.pas | ||
| cpupara.pas | ||
| itcpugas.pas | ||
| ra64con.inc | ||
| ra64dwa.inc | ||
| ra64nor.inc | ||
| ra64num.inc | ||
| ra64rni.inc | ||
| ra64sri.inc | ||
| ra64sta.inc | ||
| ra64std.inc | ||
| ra64sup.inc | ||