Skip to content

Commit 2b8773a

Browse files
committed
fix padding on ppc
1 parent 962ae79 commit 2b8773a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/sun/jna/Native.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void uncaughtException(Callback c, Throwable e) {
153153
}
154154
MAX_PADDING = Platform.isSPARC() || Platform.isWindows() || Platform.isARM()
155155
|| Platform.isAIX() || Platform.isAndroid()
156-
|| (Platform.isPPC() && Platform.isLinux())
156+
|| Platform.isPPC()
157157
? 8 : LONG_SIZE;
158158
}
159159

0 commit comments

Comments
 (0)