-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from fedddddd/dependabot/submodules/deps/asmj…
…it-c620b11 Bump deps/asmjit from `3772c44` to `c620b11`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule asmjit
updated
18 files
+23 −18 | src/asmjit/core.h | |
+0 −1 | src/asmjit/core/api-config.h | |
+2 −0 | src/asmjit/core/builder_p.h | |
+2 −2 | src/asmjit/core/codeholder.cpp | |
+1 −1 | src/asmjit/core/cpuinfo.h | |
+39 −1 | src/asmjit/core/emitter.h | |
+2 −2 | src/asmjit/core/func.cpp | |
+88 −43 | src/asmjit/core/func.h | |
+1 −1 | src/asmjit/core/jitallocator.h | |
+7 −2 | src/asmjit/core/operand.h | |
+2 −2 | src/asmjit/core/ralocal.cpp | |
+69 −0 | src/asmjit/core/support.h | |
+6 −6 | src/asmjit/core/zone.cpp | |
+2 −2 | src/asmjit/core/zonestack.cpp | |
+13 −0 | src/asmjit/core/zonevector.cpp | |
+2 −2 | src/asmjit/core/zonevector.h | |
+18 −14 | src/asmjit/x86/x86assembler.h | |
+5 −6 | test/asmjit_test_compiler.cpp |