Author: nickg
Date: Wed Jan 11 13:32:01 2006
New Revision: 11101

Modified:
   branches/nci/src/classes/nci.pmc
Log:
Switch the NCI backend to the builtin one as the ffcall one is still being
bedded in.


Modified: branches/nci/src/classes/nci.pmc
==============================================================================
--- branches/nci/src/classes/nci.pmc    (original)
+++ branches/nci/src/classes/nci.pmc    Wed Jan 11 13:32:01 2006
@@ -27,7 +27,7 @@ The caller has to preserve registers if 
 
 
 extern struct nci_vtable nci_builtin_vtable, nci_ffcall_vtable;
-struct nci_vtable *nci_vtable_ptr = &nci_ffcall_vtable;
+struct nci_vtable *nci_vtable_ptr = &nci_builtin_vtable;
 
 pmclass NCI need_ext {
 

Reply via email to