* valops.c (call_function_by_hand, push_word), defs.h (push_word),
[deliverable/binutils-gdb.git] / gdb / config / ns32k / tm-umax.h
index 3e33d25e1885ef03afea884a963207d853a7b900..7847041d1a8133764b3e4d99ae2052e4b1f41955 100644 (file)
@@ -87,9 +87,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
                NaD (*(double *) p))
 #endif /* INVALID_FLOAT */
 
-/* Say how long (ordinary) registers are.  */
+/* Say how long (ordinary) registers are.  This is a piece of bogosity
+   used in push_word and a few other places; REGISTER_RAW_SIZE is the
+   real way to know how big a register is.  */
 
-#define REGISTER_TYPE long
+#define REGISTER_SIZE 4
 
 /* Number of machine registers */
 
This page took 0.023263 seconds and 4 git commands to generate.