Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
stub jvmbootinterop access
  • Loading branch information
sorear committed Jul 3, 2013
1 parent 56f116f commit 32c67cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vm/jvm/QAST/Compiler.nqp
Expand Up @@ -2388,6 +2388,10 @@ QAST::OperationsJAST.map_classlib_core_op('continuationreset', $TYPE_OPS, 'conti
QAST::OperationsJAST.map_classlib_core_op('continuationcontrol', $TYPE_OPS, 'continuationcontrol', [$RT_INT, $RT_OBJ, $RT_OBJ], $RT_OBJ, :tc, :cont);
QAST::OperationsJAST.map_classlib_core_op('continuationinvoke', $TYPE_OPS, 'continuationinvoke', [$RT_OBJ, $RT_OBJ], $RT_OBJ, :tc, :cont);

# JVM interop ops
QAST::OperationsJAST.map_classlib_core_op('jvmeqaddr', $TYPE_OPS, 'jvmeqaddr', [$RT_OBJ, $RT_OBJ], $RT_INT, :tc);
QAST::OperationsJAST.map_classlib_core_op('jvmbootinterop', $TYPE_OPS, 'jvmbootinterop', [$RT_OBJ], $RT_OBJ, :tc);

class QAST::CompilerJAST {
# Responsible for handling issues around code references, building the
# switch statement dispatcher, etc.
Expand Down

0 comments on commit 32c67cd

Please sign in to comment.