powerpc: Fixup more stack work

This commit is contained in:
Richo Healey
2015-01-09 20:28:48 -08:00
parent d48fa78694
commit e9908da0d7
+1
View File
@@ -150,6 +150,7 @@ pub unsafe fn drop_handler(handler: &mut Handler) {
all(target_os = "linux", target_arch = "aarch64"),
all(target_os = "linux", target_arch = "mips"), // may not match
all(target_os = "linux", target_arch = "mipsel"), // may not match
all(target_os = "linux", target_arch = "powerpc"), // may not match
target_os = "android"))] // may not match
mod signal {
use libc;