Skip to content

Remove dependency on capstone for PowerPC disassembly #6292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
4 changes: 2 additions & 2 deletions arch/powerpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ endif()
file(GLOB SOURCES
arch_ppc.cpp
assembler.cpp
disassembler.cpp
il.cpp
util.cpp
*.h
decode/*.c
decode/*.h
)

if(DEMO)
Expand Down
Loading