Skip to content

Commit

Permalink
Merge pull request #4570 from redstar/centargs
Browse files Browse the repository at this point in the history
Add Tins128/Tuns128 to toArgTypes(Type *t)
  • Loading branch information
yebblies committed Apr 7, 2015
2 parents ccf12fc + 8f94d1e commit 9a61591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/argtypes.c
Expand Up @@ -75,6 +75,8 @@ TypeTuple *toArgTypes(Type *t)
case Tfloat32:
case Tint64:
case Tuns64:
case Tint128:
case Tuns128:
case Tfloat64:
case Tfloat80:
t1 = t;
Expand Down

0 comments on commit 9a61591

Please sign in to comment.