We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af34cd commit 70e4584Copy full SHA for 70e4584
lib/frame_arch.ml
@@ -99,6 +99,7 @@ type t =
99
| Microblaze
100
| M6502
101
| AArch64
102
+ | I8051
103
| Last
104
[@@deriving enumerate, variants]
105
libtrace/src/frame_arch.h
@@ -384,6 +384,7 @@ enum frame_architecture
384
frame_arch_6502,/* MOS Technology 6502. */
385
frame_arch_aarch64, /* AArch64. */
386
#define frame_mach_aarch64 0
387
+ frame_arch_8051,/* Intel 8051. */
388
frame_arch_last
389
};
390
0 commit comments