Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libtrace/src/frame_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,9 @@ enum frame_architecture
#define frame_mach_hexagon_V73 73
#define frame_mach_hexagon_770 770
#define frame_mach_hexagon_780 780

frame_arch_tricore, /* Infineon TriCore */
#define frame_mach_tricore_162 162
frame_arch_last
};

Expand Down