Skip to content

Commit

Permalink
Try a range
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Oct 17, 2024
1 parent 0098a19 commit 44259e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn test_vm_layout_compressed_pointer() {
|| {
let start = if cfg!(target_os = "macos") {
// Impossible to map 0x4000_0000 on maocOS. SO choose a different address.
0x20_0000_0000
0x2_0000_0000
} else {
0x4000_0000
};
Expand Down

0 comments on commit 44259e5

Please sign in to comment.