* x86-64-tdep.c (x86_64_store_return_value): Remove spurious

whitespace.
This commit is contained in:
Mark Kettenis 2003-09-27 18:11:58 +00:00
parent 1cb97e178f
commit 54e74f722d
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2003-09-27 Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c (x86_64_store_return_value): Remove spurious
whitespace.
* i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
Initialize using ARRAY_SIZE.

View file

@ -757,7 +757,7 @@ x86_64_store_return_value (struct type *type, struct regcache *regcache,
int len = TYPE_LENGTH (type);
/* First handle long doubles. */
if (TYPE_CODE_FLT == TYPE_CODE (type) && len == 16)
if (TYPE_CODE_FLT == TYPE_CODE (type) && len == 16)
{
ULONGEST fstat;
char buf[FPU_REG_RAW_SIZE];