File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// FIXME(#137)
9
9
// FIXME(#158)
10
- #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
+ #[ cfg( not( any( target_arch = "mips" , windows) ) ) ]
11
11
include ! ( concat!( env!( "OUT_DIR" ) , "/divti3.rs" ) ) ;
Original file line number Diff line number Diff line change 7
7
8
8
// FIXME(#137)
9
9
// FIXME(#158)
10
- #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
+ #[ cfg( not( any( target_arch = "mips" , windows) ) ) ]
11
11
include ! ( concat!( env!( "OUT_DIR" ) , "/modti3.rs" ) ) ;
Original file line number Diff line number Diff line change 7
7
8
8
// FIXME(#137)
9
9
// FIXME(#158)
10
- #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
+ #[ cfg( not( any( target_arch = "mips" , windows) ) ) ]
11
11
include ! ( concat!( env!( "OUT_DIR" ) , "/udivmodti4.rs" ) ) ;
Original file line number Diff line number Diff line change 7
7
8
8
// FIXME(#137)
9
9
// FIXME(#158)
10
- #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
+ #[ cfg( not( any( target_arch = "mips" , windows) ) ) ]
11
11
include ! ( concat!( env!( "OUT_DIR" ) , "/udivti3.rs" ) ) ;
Original file line number Diff line number Diff line change 7
7
8
8
// FIXME(#137)
9
9
// FIXME(#158)
10
- #[ cfg( not( any( target_arch = "mips" ) , windows) ) ]
10
+ #[ cfg( not( any( target_arch = "mips" , windows) ) ) ]
11
11
include ! ( concat!( env!( "OUT_DIR" ) , "/umodti3.rs" ) ) ;
You can’t perform that action at this time.
0 commit comments