File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ matrix:
38
38
- env : TARGET=i686-unknown-linux-gnu
39
39
- os : osx
40
40
env : TARGET=x86_64-apple-darwin NO_ADD=1
41
- osx_image : xcode9.4
41
+ osx_image : xcode10
42
42
- os : osx
43
43
env : TARGET=i686-apple-darwin
44
- osx_image : xcode9.4
44
+ osx_image : xcode10
45
45
- env : TARGET=arm-linux-androideabi
46
46
- env : TARGET=aarch64-linux-android
47
47
# FIXME(#826) should reenable
@@ -73,15 +73,15 @@ matrix:
73
73
rust : beta
74
74
- os : osx
75
75
env : TARGET=x86_64-apple-darwin NO_ADD=1
76
- osx_image : xcode9.4
76
+ osx_image : xcode10
77
77
rust : beta
78
78
79
79
# nightly
80
80
- env : TARGET=x86_64-unknown-linux-gnu NO_ADD=1
81
81
rust : nightly
82
82
- os : osx
83
83
env : TARGET=x86_64-apple-darwin NO_ADD=1
84
- osx_image : xcode9.4
84
+ osx_image : xcode10
85
85
rust : nightly
86
86
# not available on stable
87
87
# 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