* defs.h: fix a syntax error.

This commit is contained in:
Kung Hsu 1995-03-01 00:22:46 +00:00
parent 161520dc02
commit 75988f9412
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
* defs.h: fix a syntax error.
* a29k-tdep.c (get_longjmp_target): add this function, from WRS.
* remote-vx.c: move read_register and write_register out to
target specific files.

View File

@ -746,8 +746,7 @@ extern void set_endian_from_file PARAMS ((bfd *));
#else /* Target and host byte order differ. */
#define SWAP_TARGET_AND_HOST(buffer,len) \
{ \
char __tmp_;
\
char __tmp_; \
char *p = (char *)(buffer); \
char *q = ((char *)(buffer)) + len - 1; \
for (; p < q; p++, q--) \