Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 8279)
+++ trunk/ippTools/src/regtool.c	(revision 8280)
@@ -12,4 +12,5 @@
 static bool updateexpMode(pxConfig *config);
 static bool updateimfileMode(pxConfig *config);
+static bool rawimfileMode(pxConfig *config);
 // static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp);
 static p2PendingExpRow *newToP2PendingExp(pxConfig *config, newExpRow *newExp);
@@ -38,4 +39,5 @@
         MODECASE(P0SEARCH_MODE_UPDATEEXP,       updateexpMode);
         MODECASE(P0SEARCH_MODE_UPDATEIMFILE,    updateimfileMode);
+        MODECASE(P0SEARCH_MODE_RAWIMFILE,       rawimfileMode);
         default:
             psAbort(argv[0], "invalid option (this should not happen)");
@@ -533,4 +535,8 @@
 }
 
+static bool rawimfileMode(pxConfig *config)
+{
+    return true;
+}
 # if 0
 static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp)
