Broadens the range on INT imm8 values that SIGSEGV, allowing Jikes RVM
to work.

Jikes RVM uses INT 0x3F through 0x49, assuming that they result in a
SIGSEGV. The x86 guest currently does this only for INT 0x40 through
0x43. The attached patch extends the range to 0x3F through 0x4F,
covering all existing Jikes RVM INTs and leaving room for it to add a
few more before it runs into this problem again.

Fixes #294185.  (Eliot Moss, moss@cs.umass.edu)



git-svn-id: svn://svn.valgrind.org/vex/trunk@2251 8f6e269a-dfd6-0310-a8e1-e2731360e62c
1 file changed