Skip to content

Commit

Permalink
Fix warning message position
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandobrito committed Dec 1, 2010
1 parent 2fe80af commit 716947c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ops/core_ops.c
Expand Up @@ -16049,6 +16049,7 @@ Parrot_loadlib_p_s_p(opcode_t *cur_opcode, PARROT_INTERP) {
const Parrot_Context * const CUR_CTX = Parrot_pcc_get_context_struct(interp, interp->ctx);
PREG(1) = Parrot_dyn_load_lib(interp, SREG(2), PREG(3));
Parrot_warn_experimental(interp, "Parrot_loadlib_p_s_p is experimental");

return (opcode_t *)cur_opcode + 4;}

opcode_t *
Expand Down

0 comments on commit 716947c

Please sign in to comment.