Skip to content

Commit

Permalink
all Win64 params are reg params
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 26, 2012
1 parent 5ebc46e commit 2eb123a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/cod1.c
Expand Up @@ -2396,6 +2396,8 @@ static int type_jparam2(type *t, tym_t ty)

if (tyfloating(ty))
;
else if (config.exe == EX_WIN64)
return 1;
else if (ty == TYstruct || ty == TYarray)
{
type_debug(t);
Expand Down

0 comments on commit 2eb123a

Please sign in to comment.