OSDN Git Service

Correct for 115-native-bridge hard-coded x86/x86_64 signal handling values
authorAgi Csaki <agicsaki@google.com>
Mon, 17 Aug 2015 20:40:45 +0000 (13:40 -0700)
committerAgi Csaki <agicsaki@google.com>
Mon, 17 Aug 2015 21:03:06 +0000 (14:03 -0700)
commit3996c89a49238037e852203e74b026015608fb0a
treec26a52ad6dc46a95b3cc464334ae7ea26aaf2a98
parent837b64974977f615dd1f0662857b97536acdb4dd
Correct for 115-native-bridge hard-coded x86/x86_64 signal handling values

Added inline assembly to ensure that the instruction causing a segfault
in x86/x86_64 for the 115-native-bridge test always has a size of 3 bytes,
in response to a bug that caused the test to fail when this instruction
had variable sizes.

Bug: 22876261
Change-Id: I296e623f170fd1925919bedf913c569a6563e3dc
test/115-native-bridge/nativebridge.cc