mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 23:41:03 +00:00
Build(deps): Bump pcode from 0ce707e to 395737f in /src/backends/icicle-emulator/icicle-bridge (#671)
Bumps [pcode](https://github.com/icicle-emu/icicle-emu) from `0ce707e` to `395737f`. <details> <summary>Commits</summary> <ul> <li><a href="395737f7ce"><code>395737f</code></a> Add proper globalset subtable support. (<a href="https://redirect.github.com/icicle-emu/icicle-emu/issues/92">#92</a>)</li> <li>See full diff in <a href="0ce707edd1...395737f7ce">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:
@@ -422,7 +422,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "icicle-cpu"
|
name = "icicle-cpu"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"addr2line",
|
"addr2line",
|
||||||
"ahash",
|
"ahash",
|
||||||
@@ -442,7 +442,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "icicle-jit"
|
name = "icicle-jit"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cranelift",
|
"cranelift",
|
||||||
"cranelift-codegen",
|
"cranelift-codegen",
|
||||||
@@ -460,7 +460,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "icicle-linux"
|
name = "icicle-linux"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.9.0",
|
"bitflags 2.9.0",
|
||||||
"bstr",
|
"bstr",
|
||||||
@@ -476,7 +476,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "icicle-mem"
|
name = "icicle-mem"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"tracing",
|
"tracing",
|
||||||
@@ -485,7 +485,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "icicle-vm"
|
name = "icicle-vm"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"icicle-cpu",
|
"icicle-cpu",
|
||||||
@@ -617,7 +617,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pcode"
|
name = "pcode"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-lite"
|
name = "pin-project-lite"
|
||||||
@@ -704,7 +704,7 @@ dependencies = [
|
|||||||
"errno",
|
"errno",
|
||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys",
|
"linux-raw-sys",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -757,7 +757,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sleigh-compile"
|
name = "sleigh-compile"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pcode",
|
"pcode",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -770,13 +770,14 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "sleigh-parse"
|
name = "sleigh-parse"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sleigh-runtime"
|
name = "sleigh-runtime"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/icicle-emu/icicle-emu#0ce707edd10f7a099426cf02a9fdf8eda3f57768"
|
source = "git+https://github.com/icicle-emu/icicle-emu#395737f7ce230137f6316166220800634aa9829d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"ahash",
|
||||||
"pcode",
|
"pcode",
|
||||||
"sleigh-parse",
|
"sleigh-parse",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user