-
Notifications
You must be signed in to change notification settings - Fork 3
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 #24 from icicle-emu/execute-uninitialized
Add support for execute-only memory and fix some other minor bugs
- Loading branch information
Showing
2 changed files
with
40 additions
and
20 deletions.
There are no files selected for viewing
Submodule icicle-emu
updated
13 files
+14 −2 | icicle-cpu/src/cpu.rs | |
+3 −2 | icicle-cpu/src/exec/interpreter.rs | |
+1 −0 | icicle-cpu/src/lib.rs | |
+1 −3 | icicle-cpu/src/lifter/msp430.rs | |
+3 −5 | icicle-jit/src/runtime.rs | |
+11 −5 | icicle-jit/src/translate/mod.rs | |
+25 −36 | icicle-mem/src/mmu.rs | |
+12 −10 | icicle-mem/src/physical.rs | |
+2 −2 | icicle-vm/src/debug.rs | |
+20 −6 | icicle-vm/src/lib.rs | |
+35 −0 | icicle-vm/src/tests.rs | |
+1 −3 | sleigh/sleigh-compile/src/constructor/disasm_actions.rs | |
+0 −1 | sleigh/sleigh-parse/src/tests/preprocessor.rs |
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