@@ -157,7 +157,8 @@ mod uw {
157
157
#[ cfg( all(
158
158
not( all( target_os = "android" , target_arch = "arm" ) ) ,
159
159
not( all( target_os = "freebsd" , target_arch = "arm" ) ) ,
160
- not( all( target_os = "linux" , target_arch = "arm" ) )
160
+ not( all( target_os = "linux" , target_arch = "arm" ) ) ,
161
+ not( all( target_os = "horizon" , target_arch = "arm" ) )
161
162
) ) ]
162
163
pub fn _Unwind_GetIP ( ctx : * mut _Unwind_Context ) -> libc:: uintptr_t ;
163
164
@@ -204,13 +205,15 @@ mod uw {
204
205
#[ cfg( any(
205
206
all( target_os = "android" , target_arch = "arm" ) ,
206
207
all( target_os = "freebsd" , target_arch = "arm" ) ,
207
- all( target_os = "linux" , target_arch = "arm" )
208
+ all( target_os = "linux" , target_arch = "arm" ) ,
209
+ all( target_os = "horizon" , target_arch = "arm" )
208
210
) ) ]
209
211
pub use self :: arm:: * ;
210
212
#[ cfg( any(
211
213
all( target_os = "android" , target_arch = "arm" ) ,
212
214
all( target_os = "freebsd" , target_arch = "arm" ) ,
213
- all( target_os = "linux" , target_arch = "arm" )
215
+ all( target_os = "linux" , target_arch = "arm" ) ,
216
+ all( target_os = "horizon" , target_arch = "arm" )
214
217
) ) ]
215
218
mod arm {
216
219
pub use super :: * ;
0 commit comments