Skip to content

Commit

Permalink
add missing ASSERT_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Jun 13, 2011
1 parent 7477e65 commit a63a19c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmc.c
Expand Up @@ -179,6 +179,8 @@ PARROT_WARN_UNUSED_RESULT
PMC *
Parrot_pmc_new_from_type(PARROT_INTERP, ARGIN(PMC *key))
{
ASSERT_ARGS(Parrot_pmc_new_from_type)

PMC *pmc;
PMC *const classobj = Parrot_oo_get_class(interp, key);

Expand Down

0 comments on commit a63a19c

Please sign in to comment.