*** empty log message ***

This commit is contained in:
Roland McGrath 1996-02-19 20:54:34 +00:00
parent a9eac710a2
commit 0650e14d6f
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Cambridge, MA 02139, USA. */
#include <sysdep.h>
#ifdef MOTOROLA_SYNTAX
#if defined (MOTOROLA_SYNTAX) || defined (ELF_SYNTAX)
#define d0 %d0
#define d1 %d1
#define PUSH(reg) move.l reg, -(%sp)

View File

@ -23,7 +23,7 @@ Cambridge, MA 02139, USA. */
#include <sysdep.h>
#ifdef MOTOROLA_SYNTAX
#if defined (MOTOROLA_SYNTAX) || defined (ELF_SYNTAX)
#define d0 %d0
#define d1 %d1
#define PUSH(reg) move.l reg, -(%sp)