Skip to content

Commit 3d3e96d

Browse files
committed
adds Sharp SM83 (Game Boy) definition
1 parent 70e4584 commit 3d3e96d

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
@@ -100,6 +100,7 @@ type t =
100100
| M6502
101101
| AArch64
102102
| I8051
103+
| SM83
103104
| Last
104105
[@@deriving enumerate, variants]
105106

libtrace/src/frame_arch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ enum frame_architecture
385385
frame_arch_aarch64, /* AArch64. */
386386
#define frame_mach_aarch64 0
387387
frame_arch_8051,/* Intel 8051. */
388+
frame_arch_sm83, /* Sharp SM83 (Game Boy) */
388389
frame_arch_last
389390
};
390391

0 commit comments

Comments
 (0)