File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ matrix:
87
87
rust : beta
88
88
- os : osx
89
89
env : TARGET=x86_64-apple-darwin NO_ADD=1
90
- osx_image : xcode9.4
90
+ osx_image : xcode10
91
91
rust : beta
92
92
93
93
# nightly
94
94
- env : TARGET=x86_64-unknown-linux-gnu NO_ADD=1
95
95
rust : nightly
96
96
- os : osx
97
97
env : TARGET=x86_64-apple-darwin NO_ADD=1
98
- osx_image : xcode9.4
98
+ osx_image : xcode10
99
99
rust : nightly
100
100
# not available on stable
101
101
# without --release the build fails
Original file line number Diff line number Diff line change @@ -785,8 +785,8 @@ pub const VM_FLAGS_SUPERPAGE_MASK: ::c_int = 0x70000;
785
785
pub const VM_FLAGS_RETURN_DATA_ADDR : :: c_int = 0x100000 ;
786
786
pub const VM_FLAGS_RETURN_4K_DATA_ADDR : :: c_int = 0x800000 ;
787
787
pub const VM_FLAGS_ALIAS_MASK : :: c_int = 0xFF000000 ;
788
- pub const VM_FLAGS_USER_ALLOCATE : :: c_int = 0xff07401b ;
789
- pub const VM_FLAGS_USER_MAP : :: c_int = 0xff97401b ;
788
+ pub const VM_FLAGS_USER_ALLOCATE : :: c_int = 0xff07401f ;
789
+ pub const VM_FLAGS_USER_MAP : :: c_int = 0xff97401f ;
790
790
pub const VM_FLAGS_USER_REMAP : :: c_int = VM_FLAGS_FIXED | VM_FLAGS_ANYWHERE |
791
791
VM_FLAGS_RANDOM_ADDR |
792
792
VM_FLAGS_OVERWRITE |
You can’t perform that action at this time.
0 commit comments