Skip to content

Commit

Permalink
Add FreeBSD amd64 struct layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rothwell committed Jun 26, 2010
1 parent 86fd75e commit 5330765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/com/sun/gluegen/StructLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public static StructLayout createForCurrentPlatform() {
(os.startsWith("mac os") && cpu.equals("i386")) ||
(os.startsWith("mac os") && cpu.equals("x86_64")) ||
(os.startsWith("freebsd") && cpu.equals("i386")) ||
(os.startsWith("freebsd") && cpu.equals("amd64")) ||
(os.startsWith("hp-ux") && cpu.equals("pa_risc2.0"))
) {
// FIXME: make struct alignment configurable? May need to change
Expand Down

0 comments on commit 5330765

Please sign in to comment.