Commit 31448271 by Richard Earnshaw Committed by Richard Earnshaw

* arm.h (STRUCT_VALUE): Define to 0, not NULL.

From-SVN: r35986
parent b949ea8b
2000-08-25 Richard Earnshaw <rearnsha@arm.com>
* arm.h (STRUCT_VALUE): Define to 0, not NULL.
Fri Aug 25 12:52:49 EDT 2000 John Wehle (john@feith.com)
* i386.c (ix86_find_base_term): New.
......
......@@ -877,7 +877,7 @@ extern const char * structure_size_string;
#define ARG_REGISTER(N) (N - 1)
/* RTX for structure returns. NULL means use a hidden first argument. */
#define STRUCT_VALUE NULL
#define STRUCT_VALUE 0
/* Specify the registers used for certain standard purposes.
The values of these macros are register numbers. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment