fix another typo like the one in dynext

Merge to v5.0
This commit is contained in:
Matthew Flatt 2010-05-26 14:38:30 -06:00
parent 7c294fd108
commit f85b25f59f

View File

@ -83,7 +83,7 @@
(case (string->symbol (path->string (system-library-subpath #f)))
[(i386-macosx i386-darwin) '(1 2 4 8)]
[(ppc-macosx ppc-darwin) '(1 2 3 4)]
[(x86_64-macosx x86_86-darwin)
[(x86_64-macosx x86_64-darwin)
;; Do we need more analysis for unaligned fields?
'(1 2 3 4 5 6 7 8)]))