Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #647 from lioncash/disasm
Common: Introduce the new Gekko disassembler to Common.
- Loading branch information
Showing
21 changed files
with
2,552 additions
and
2,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,10 @@ | ||
| set(SRCS dis_decode.cpp | ||
| dis_groups.cpp | ||
| resolve.cpp | ||
| syntax.cpp | ||
| PowerPCDisasm.cpp) | ||
| set(SRCS dis_decode.cpp | ||
| dis_groups.cpp | ||
| resolve.cpp | ||
| syntax.cpp) | ||
|
|
||
| if(WIN32) | ||
| set(SRCS ${SRCS} stdafx.cpp) | ||
| set(SRCS ${SRCS} stdafx.cpp) | ||
| endif(WIN32) | ||
|
|
||
| add_library(bdisasm STATIC ${SRCS}) |
Oops, something went wrong.