On s390: Terminate the superblock with Ijk_EmFail if an stfle insn
is encountered but not supported on the host.


git-svn-id: svn://svn.valgrind.org/vex/trunk@2485 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/host_s390_isel.c b/priv/host_s390_isel.c
index 237b755..8b673fa 100644
--- a/priv/host_s390_isel.c
+++ b/priv/host_s390_isel.c
@@ -2596,6 +2596,7 @@
 
       /* Case: assisted transfer to arbitrary address */
       switch (stmt->Ist.Exit.jk) {
+      case Ijk_EmFail:
       case Ijk_NoDecode:
       case Ijk_TInval:
       case Ijk_Sys_syscall:
@@ -2709,6 +2710,7 @@
 
    /* Case: some other kind of transfer to any address */
    switch (jk) {
+   case Ijk_EmFail:
    case Ijk_NoDecode:
    case Ijk_TInval:
    case Ijk_Sys_syscall: