]> Git Repo - binutils.git/blobdiff - gdb/config/i386/tm-i386v.h
* valops.c (call_function_by_hand, push_word), defs.h (push_word),
[binutils.git] / gdb / config / i386 / tm-i386v.h
index 89c1c61666537f66ae0cb0b69ebe9e806e0b0e54..3f7d650e7cd3876488f167064fb40121f51323fd 100644 (file)
@@ -84,9 +84,11 @@ i386_skip_prologue PARAMS ((int));
 
 #define INVALID_FLOAT(p, len) (0)
 
-/* 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.024389 seconds and 4 git commands to generate.