Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
x17jiri committed Jan 15, 2025
1 parent 25bd4a3 commit 0d7f30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn step_forward(_1: u16, _2: usize) -> u16 {
}

bb3: {
_7 = cold_path() -> [return: bb4, unwind unreachable];
_7 = std::intrinsics::cold_path() -> [return: bb4, unwind unreachable];
}

bb4: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn step_forward(_1: u16, _2: usize) -> u16 {
}

bb3: {
_7 = cold_path() -> [return: bb4, unwind unreachable];
_7 = std::intrinsics::cold_path() -> [return: bb4, unwind unreachable];
}

bb4: {
Expand Down

0 comments on commit 0d7f30e

Please sign in to comment.