+2001-01-04 Nicholas Duffek <nsd@redhat.com>
+
+ * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
+ REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
+
2001-01-03 J.T. Conklin <jtc@redback.com>
* alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
virtual format with type TYPE in buffer TO. */
#define REGISTER_CONVERT_TO_VIRTUAL(regnum, type, from, to) \
- i386_register_convert_to_virtual ((regnum), (type), (from), (to));
+ i386_register_convert_to_virtual ((regnum), (type), (from), (to))
extern void i386_register_convert_to_virtual (int regnum, struct type *type,
char *from, char *to);
raw format for register REGNUM in buffer TO. */
#define REGISTER_CONVERT_TO_RAW(type, regnum, from, to) \
- i386_register_convert_to_raw ((type), (regnum), (from), (to));
+ i386_register_convert_to_raw ((type), (regnum), (from), (to))
extern void i386_register_convert_to_raw (struct type *type, int regnum,
char *from, char *to);