Skip to content

Commit 70e4584

Browse files
authored
add Intel 8051 support (#22)
1 parent 4af34cd commit 70e4584

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/frame_arch.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ type t =
9999
| Microblaze
100100
| M6502
101101
| AArch64
102+
| I8051
102103
| Last
103104
[@@deriving enumerate, variants]
104105

libtrace/src/frame_arch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ enum frame_architecture
384384
frame_arch_6502,/* MOS Technology 6502. */
385385
frame_arch_aarch64, /* AArch64. */
386386
#define frame_mach_aarch64 0
387+
frame_arch_8051,/* Intel 8051. */
387388
frame_arch_last
388389
};
389390

0 commit comments

Comments
 (0)