Remove dwarf hack because Go fixed bug

This commit is contained in:
Derek Parker
2014-08-01 15:47:39 -05:00
parent 974d3d5bcd
commit 319f6d2e20
4 changed files with 4 additions and 7 deletions

View File

@ -156,9 +156,6 @@ func (frame *FrameContext) ExecuteUntilPC(instructions []byte) {
for frame.loc <= frame.address && frame.buf.Len() > 0 {
executeDwarfInstruction(frame)
}
// TODO: Why is this necessary?
executeDwarfInstruction(frame)
executeDwarfInstruction(frame)
}
func executeDwarfInstruction(frame *FrameContext) {