Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaezm committed Sep 21, 2022
1 parent b058934 commit dbaec74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/proc/ppc64le_arch.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package proc

import (
"encoding/binary"
"fmt"
"github.com/go-delve/delve/pkg/dwarf/frame"
"strings"

Expand Down Expand Up @@ -190,6 +191,7 @@ func ppc64leSwitchStack(it *stackIterator, callFrameRegs *op.DwarfRegisters) boo
// ppc64leRegSize returns the size (in bytes) of register regnum.
func ppc64leRegSize(rn uint64) int {
// FIXME(alexsaezm) Fix this, this is clearly not correct
fmt.Println("Here")
if rn == regnum.PPC64LE_PC {
return 8
}
Expand Down

0 comments on commit dbaec74

Please sign in to comment.