[svn:parrot] r39198 - trunk/src/ops
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Wed May 27 17:54:04 UTC 2009
Author: NotFound
Date: Wed May 27 17:54:03 2009
New Revision: 39198
URL: https://trac.parrot.org/parrot/changeset/39198
Log:
[cage] fix a silly mistake in r39197
Modified:
trunk/src/ops/set.ops
Modified: trunk/src/ops/set.ops
==============================================================================
--- trunk/src/ops/set.ops Wed May 27 17:48:18 2009 (r39197)
+++ trunk/src/ops/set.ops Wed May 27 17:54:03 2009 (r39198)
@@ -493,7 +493,7 @@
if (PMC_IS_NULL($1)) {
opcode_t *dest = expr NEXT();
opcode_t *handler = Parrot_ex_throw_from_op_args(interp, dest,
- EXCEPTION_NULL_REG_ACCESS, "Null PMC in clone");
+ EXCEPTION_NULL_REG_ACCESS, "Null PMC in copy");
goto ADDRESS(handler);
}
else {
More information about the parrot-commits
mailing list