-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a037b54
commit c356baa
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule asmjit
updated
14 files
+3 −7 | .github/workflows/build.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | db/isa_x86.json | |
+11 −0 | src/asmjit/arm/a64emitter.h | |
+1 −1 | src/asmjit/core/api-config.h | |
+3 −0 | src/asmjit/core/emitter.h | |
+6 −0 | src/asmjit/core/radefs_p.h | |
+4 −2 | src/asmjit/core/ralocal.cpp | |
+2 −0 | src/asmjit/core/rapass_p.h | |
+3 −3 | src/asmjit/core/support.h | |
+32 −24 | src/asmjit/x86/x86assembler.cpp | |
+3 −1 | src/asmjit/x86/x86emitter.h | |
+48 −0 | src/asmjit/x86/x86rapass.cpp | |
+55 −0 | test/asmjit_test_compiler_x86.cpp |
Submodule injector
updated
2 files
+94 −32 | safetyhook/safetyhook.cpp | |
+74 −19 | safetyhook/safetyhook.hpp |
Submodule spdlog
updated
2 files
+4 −0 | CMakeLists.txt | |
+9 −0 | include/spdlog/sinks/wincolor_sink-inl.h |