Index: trunk/ippTools/src/pxtools.c
===================================================================
--- trunk/ippTools/src/pxtools.c	(revision 18075)
+++ trunk/ippTools/src/pxtools.c	(revision 19092)
@@ -29,6 +29,9 @@
 {
     PS_ASSERT_PTR_NON_NULL(state, false);
+    
+    // XXX replace strncmp with strcmp
 
     if (!((strncmp(state, "new", 4) == 0)
+    || (strncmp(state, "reg", 3) == 0)
     || (strncmp(state, "full", 5) == 0)
     || (strncmp(state, "goto_cleaned", 8) == 0)
