Re-add the NP case in synth_jcond_lit.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1347 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c
index 55e4634..1c03aa5 100644
--- a/coregrind/vg_from_ucode.c
+++ b/coregrind/vg_from_ucode.c
@@ -1929,7 +1929,7 @@
             mask = EFlagS; goto simple; /* S=1        */
 
          case CondP:
-         //case CondNP: 
+         case CondNP: 
             mask = EFlagP; goto simple; /* P=1        */
 
          default: