mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
VM: Use register "a3" for IP_REG on m68k.
Subset of a patch by Andreas Schwab <schwab@linux-m68k.org>. Reported by Rob Browning <rlb@defaultvalue.org>. * libguile/vm-engine.h (IP_REG)[__mc68000__]: Use register "a3".
This commit is contained in:
parent
bed025bd25
commit
97c520fd3f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
#define FP_REG asm("%r16")
|
||||
#endif
|
||||
#ifdef __mc68000__
|
||||
#define IP_REG asm("a5")
|
||||
#define IP_REG asm("a3")
|
||||
#define SP_REG asm("a4")
|
||||
#define FP_REG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue