mirror of
				https://github.com/go-delve/delve.git
				synced 2025-11-01 03:42:59 +08:00 
			
		
		
		
	Remove dwarf hack because Go fixed bug
This commit is contained in:
		| @ -84,7 +84,7 @@ func TestFindReturnAddress(t *testing.T) { | ||||
| 		syscall.PtracePeekText(p.Pid, uintptr(addr), data) | ||||
| 		addr = binary.LittleEndian.Uint64(data) | ||||
|  | ||||
| 		end := uint64(0x400dff) | ||||
| 		end := uint64(0x400d9f) | ||||
| 		if addr != end { | ||||
| 			t.Fatalf("return address not found correctly, expected %#v got %#v", end, addr) | ||||
| 		} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Derek Parker
					Derek Parker