Skip to content

Commit 6d53ebf

Browse files
author
hugsy
committed
Adds M68K to the supported architectures to allow set_arch() to do its job
1 parent 29f93d0 commit 6d53ebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

archs/m68k.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ def get_ra(self, insn, frame):
105105
@classmethod
106106
def mprotect_asm(cls, addr, size, perm):
107107
raise NotImplementedError()
108+
109+
SUPPORTED_ARCHITECTURES["M68K"] = (M68K, Elf.M68K: M68K)

0 commit comments

Comments
 (0)