diff options
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r-- | generic/tclAssembly.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index 660f101..4735a59 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -533,10 +533,13 @@ TclNRAssembleObjCmd( /* Use NRE to evaluate the bytecode from the trampoline */ + /* Tcl_NRAddCallback(interp, NRCallTEBC, INT2PTR(TCL_NR_BC_TYPE), codePtr, NULL, NULL); - return TCL_OK; + */ + return TclNRExecuteByteCode(interp, codePtr); + } /* |