Skip to content

Commit

Permalink
saving 87 regs here causes linker to complain
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 27, 2011
1 parent 0afea4e commit 6c21d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cod1.c
Expand Up @@ -2834,7 +2834,7 @@ STATIC code * funccall(elem *e,unsigned numpara,unsigned numalign,regm_t *pretre
s = e1->EV.sp.Vsym;
if (s->Sflags & SFLexit)
c = NULL;
else
else if (s != tls_get_addr_sym)
c = save87(); // assume 8087 regs are all trashed
if (s->Sflags & SFLexit)
// Function doesn't return, so don't worry about registers
Expand Down

0 comments on commit 6c21d08

Please sign in to comment.