Commit 1d820a2a by Richard Kenner

(__gnuc_va_list): Make __offset an int.

From-SVN: r10299
parent 8bb8d78f
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
typedef struct { typedef struct {
char *__base; /* Pointer to first integer register. */ char *__base; /* Pointer to first integer register. */
long __offset; /* Byte offset of args so far. */ int __offset; /* Byte offset of args so far. */
} __gnuc_va_list; } __gnuc_va_list;
#endif /* not __GNUC_VA_LIST */ #endif /* not __GNUC_VA_LIST */
......
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