mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Bump icicle-cpu from fe93092 to 2cdcf4b in /src/backends/icicle-emulator/icicle-bridge (#297)
Bumps [icicle-cpu](https://github.com/icicle-emu/icicle-emu) from `fe93092` to `2cdcf4b`. <details> <summary>Commits</summary> <ul> <li><a href="2cdcf4bdbc"><code>2cdcf4b</code></a> Add functions to icicle_vm::builder allowing custom processor directories (<a href="https://redirect.github.com/icicle-emu/icicle-emu/issues/71">#71</a>)</li> <li>See full diff in <a href="fe930922ea...2cdcf4bdbc">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
@@ -370,7 +370,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "icicle-cpu"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"ahash",
|
||||
@@ -390,7 +390,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "icicle-jit"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"cranelift",
|
||||
"cranelift-codegen",
|
||||
@@ -408,7 +408,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "icicle-linux"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"bstr",
|
||||
@@ -424,7 +424,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "icicle-mem"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"tracing",
|
||||
@@ -433,7 +433,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "icicle-vm"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"icicle-cpu",
|
||||
@@ -550,7 +550,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
[[package]]
|
||||
name = "pcode"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
@@ -682,7 +682,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sleigh-compile"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"pcode",
|
||||
"serde",
|
||||
@@ -695,12 +695,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "sleigh-parse"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
|
||||
[[package]]
|
||||
name = "sleigh-runtime"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#fe930922ea1ec39578ee545ccced61649f3da00a"
|
||||
source = "git+https://github.com/icicle-emu/icicle-emu#2cdcf4bdbc4a8edc0b65010d64940c762d1f4d51"
|
||||
dependencies = [
|
||||
"pcode",
|
||||
"sleigh-parse",
|
||||
|
||||
Reference in New Issue
Block a user