~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to VEX/priv/host-amd64/hdefs.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 09:57:35 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080619095735-0w0fyjp7znob3pek
Tags: upstream-3.3.1
ImportĀ upstreamĀ versionĀ 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2692
2692
         case Ijk_SigTRAP:
2693
2693
            *p++ = 0xBD;
2694
2694
            p = emit32(p, VEX_TRC_JMP_SIGTRAP); break;
 
2695
         case Ijk_SigSEGV:
 
2696
            *p++ = 0xBD;
 
2697
            p = emit32(p, VEX_TRC_JMP_SIGSEGV); break;
2695
2698
         case Ijk_Ret:
2696
2699
         case Ijk_Call:
2697
2700
         case Ijk_Boring: