Support Go1.4rc1

This commit is contained in:
Derek Parker
2014-11-24 17:27:56 -06:00
parent d20183a679
commit 2d21cad8dc
30 changed files with 5 additions and 5063 deletions

View File

@ -315,7 +315,7 @@ func TestFindReturnAddress(t *testing.T) {
readMemory(p.Pid, uintptr(addr), data)
addr = binary.LittleEndian.Uint64(data)
expected := uint64(0x400f03)
expected := uint64(0x400fbc)
if addr != expected {
t.Fatalf("return address not found correctly, expected %#v got %#v", expected, addr)
}