Skip to content

Commit 4af34cd

Browse files
Rot127ivg
authored andcommitted
Add PPC frame modi.
1 parent a195e60 commit 4af34cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libtrace/src/frame_arch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,7 @@ enum frame_architecture
394394
#define FRAME_MODE_ARM_A32 "arm:a32"
395395
#define FRAME_MODE_ARM_T32 "arm:t32"
396396

397+
#define FRAME_MODE_PPC32 "ppc:ppc"
398+
#define FRAME_MODE_PPC64 "ppc:ppc64"
399+
397400
#endif

0 commit comments

Comments
 (0)