Skip to content

Commit 456dbd1

Browse files
authored
Add 6502 to architecture enum (#16)
* Add 6502 arch * Add 6502 to ocaml frame_arch.ml
1 parent 86019d8 commit 456dbd1

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
@@ -97,6 +97,7 @@ type t =
9797
| Z80
9898
| Lm32
9999
| Microblaze
100+
| M6502
100101
| Last
101102
[@@deriving enumerate, variants]
102103

libtrace/src/frame_arch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ enum frame_architecture
381381
frame_arch_lm32, /* Lattice Mico32 */
382382
#define frame_mach_lm32 1
383383
frame_arch_microblaze,/* Xilinx MicroBlaze. */
384+
frame_arch_6502,/* MOS Technology 6502. */
384385
frame_arch_last
385386
};
386387

0 commit comments

Comments
 (0)