Index: /branches/1.2/processor/processor.m4
===================================================================
--- /branches/1.2/processor/processor.m4	(revision 482)
+++ /branches/1.2/processor/processor.m4	(revision 483)
@@ -84,4 +84,7 @@
 		DONE(type)
 		DONE(is_ref)
+#ifdef ZEND_ENGINE_2_3
+		COPY(idx_type)
+#endif
 	} while(0);
 	return;
@@ -148,4 +151,7 @@
 		DISPATCH(zend_uchar, is_ref)
 		DISPATCH(zend_ushort, refcount)
+#ifdef ZEND_ENGINE_2_3
+		DISPATCH(zend_uchar, idx_type)
+#endif
 	')dnl IFDASM
 ')
