]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/contexts.cpp
arm: try to call begin_callback from asm
[factor.git] / vm / contexts.cpp
index 48afadaa279556b99e9a1ecced1151e89474d5f9..d087bc3364327f8f7e2a78cde2ab57c8630a49d1 100644 (file)
@@ -160,6 +160,7 @@ cell factor_vm::begin_callback(cell quot_) {
 
 // Allocates memory
 cell begin_callback(factor_vm* parent, cell quot) {
+  cout << "begin_callback called" << endl;
   return parent->begin_callback(quot);
 }