Skip to content

Commit b177fd8

Browse files
committed
map nqp::backtrace
1 parent 0b611f8 commit b177fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ QAST::MASTOperations.add_core_moarop_mapping('getmessage', 'getexmessage');
14281428
QAST::MASTOperations.add_core_moarop_mapping('setmessage', 'bindexmessage', 1);
14291429
QAST::MASTOperations.add_core_moarop_mapping('newexception', 'newexception');
14301430
QAST::MASTOperations.add_core_moarop_mapping('backtracestrings', 'backtracestrings');
1431-
# XXX backtrace
1431+
QAST::MASTOperations.add_core_moarop_mapping('backtrace', 'backtrace');
14321432
QAST::MASTOperations.add_core_moarop_mapping('throw', 'throwdyn');
14331433
QAST::MASTOperations.add_core_moarop_mapping('rethrow', 'rethrow');
14341434
QAST::MASTOperations.add_core_moarop_mapping('resume', 'resume');

0 commit comments

Comments
 (0)