Skip to content

Commit

Permalink
fix a copy'n'past-o, JimmyZ++, jnthn++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 1, 2011
1 parent 6d9b526 commit bb56d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/nqp.ops
Expand Up @@ -268,7 +268,7 @@ a native num - the repr is not obligated to do boxing/unboxing for you.
=cut

*/
inline op repr_get_attr_int(out NUM, in PMC, in PMC, in STR) :base_core {
inline op repr_get_attr_num(out NUM, in PMC, in PMC, in STR) :base_core {
PMC *ch = decontainerize(interp, $3);
if ($2->vtable->base_type == smo_id)
$1 = REPR($2)->get_attribute_num(interp, $2, ch, $4, NO_HINT);
Expand Down

0 comments on commit bb56d12

Please sign in to comment.