Skip to content

Commit

Permalink
Oops, mistake in the .ops file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 25, 2009
1 parent d23ef7a commit 37e6703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ops/perl6.ops
Expand Up @@ -312,6 +312,7 @@ inline op transform_to_p6opaque(inout PMC) :base_core {
if ($1->vtable->base_type == enum_class_Object) {
INTVAL type_id = pmc_type(interp, string_from_literal(interp, "P6opaque"));
$1->vtable = interp->vtables[type_id];
goto NEXT();
}
else {
opcode_t *handler = Parrot_ex_throw_from_op_args(interp, NULL,
Expand Down

0 comments on commit 37e6703

Please sign in to comment.