-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump deps/unicorn from
0d86010
to 270d471
Bumps [deps/unicorn](https://github.com/momo5502/unicorn) from `0d86010` to `270d471`. - [Commits](momo5502/unicorn@0d86010...270d471) --- updated-dependencies: - dependency-name: deps/unicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4e03955
commit 4e124a8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule unicorn
updated
22 files
+2 β1 | bindings/dotnet/UnicornEngine/Const/Riscv.fs | |
+2 β1 | bindings/go/unicorn/riscv_const.go | |
+2 β1 | bindings/java/src/main/java/unicorn/RiscvConst.java | |
+2 β1 | bindings/pascal/unicorn/RiscvConst.pas | |
+2 β1 | bindings/python/unicorn/riscv_const.py | |
+6 β6 | bindings/python/unicorn/unicorn_py3/unicorn.py | |
+2 β1 | bindings/ruby/unicorn_gem/lib/unicorn_engine/riscv_const.rb | |
+2 β1 | bindings/rust/src/riscv.rs | |
+2 β1 | bindings/zig/unicorn/riscv_const.zig | |
+2 β0 | include/unicorn/riscv.h | |
+2 β0 | qemu/accel/tcg/cpu-exec.c | |
+12 β11 | qemu/accel/tcg/cputlb.c | |
+1 β1 | qemu/accel/tcg/translate-all.c | |
+23 β0 | qemu/include/exec/exec-all.h | |
+1 β0 | qemu/include/tcg/tcg.h | |
+1 β0 | qemu/softmmu/cpus.c | |
+2 β0 | qemu/softmmu/unicorn_vtlb.c | |
+82 β0 | qemu/target/riscv/unicorn.c | |
+2 β4 | qemu/tcg/aarch64/tcg-target.inc.c | |
+71 β0 | tests/unit/test_riscv.c | |
+63 β0 | tests/unit/test_x86.c | |
+7 β1 | uc.c |