diff options
author | Tom Wood <wood@gnu.org> | 1992-09-02 16:10:04 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-09-02 16:10:04 +0000 |
commit | 883a42e5adb75612cd82e15ccf1a45907ab76580 (patch) | |
tree | 5259fb26c782814fa5ecfc966b785d1ae274c27b /gcc/config/m88k/m88k.h | |
parent | ef9429af779b19e68062c50cb38e0f6b32fc424e (diff) | |
download | gcc-883a42e5adb75612cd82e15ccf1a45907ab76580.zip gcc-883a42e5adb75612cd82e15ccf1a45907ab76580.tar.gz gcc-883a42e5adb75612cd82e15ccf1a45907ab76580.tar.bz2 |
(MOVE_MAX): Express in bytes not bits.
From-SVN: r2030
Diffstat (limited to 'gcc/config/m88k/m88k.h')
-rw-r--r-- | gcc/config/m88k/m88k.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index c4c3d82..79bf0fe 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -206,9 +206,9 @@ extern char * reg_names[]; /* Print subsidiary information on the compiler version in use. Redefined in m88kv4.h, and m88kluna.h. */ #define VERSION_INFO1 "88open OCS/BCS, " -#define VERSION_INFO2 "08/28/92" +#define VERSION_INFO2 "09/01/92" #define VERSION_STRING version_string -#define TM_SCCS_ID "@(#)m88k.h 2.2.7.6 08/28/92 07:51:00" +#define TM_SCCS_ID "@(#)m88k.h 2.2.7.7 09/01/92 17:32:13" /* Run-time compilation parameters selecting different hardware subsets. */ @@ -1439,7 +1439,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, /* Max number of bytes we can move from memory to memory in one reasonably fast instruction. */ -#define MOVE_MAX 64 +#define MOVE_MAX 8 /* Define if normal loads of shorter-than-word items from memory clears the rest of the bigs in the register. */ |