Skip to content

Commit

Permalink
Merge pull request #92 from nix-community/flake-update
Browse files Browse the repository at this point in the history
update flake.lock
  • Loading branch information
Mic92 authored Oct 2, 2024
2 parents f9283d6 + 533b65b commit 0fd4ae8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nix-ld"
version = "2.0.0"
version = "2.0.1"
edition = "2021"

[[bin]]
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/arch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ cfg_match! {
core::arch::asm!(
"adrp x8, {context}",
"ldr x9, [x8, {env_entry_off}]", // .env_entry
"cbz x9, 1f",
"cbz x9, 2f",
"ldr x10, [x8, {env_string_off}]", // .env_string
"str x10, [x9]",
"1:",
"2:",
"ldr x8, [x8]",
"br x8",
context = sym TRAMPOLINE_CONTEXT,
Expand Down

0 comments on commit 0fd4ae8

Please sign in to comment.