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 86019d8 commit 456dbd1Copy full SHA for 456dbd1
lib/frame_arch.ml
@@ -97,6 +97,7 @@ type t =
97
| Z80
98
| Lm32
99
| Microblaze
100
+ | M6502
101
| Last
102
[@@deriving enumerate, variants]
103
libtrace/src/frame_arch.h
@@ -381,6 +381,7 @@ enum frame_architecture
381
frame_arch_lm32, /* Lattice Mico32 */
382
#define frame_mach_lm32 1
383
frame_arch_microblaze,/* Xilinx MicroBlaze. */
384
+ frame_arch_6502,/* MOS Technology 6502. */
385
frame_arch_last
386
};
387
0 commit comments