Do not assume that 64-bit integers will be 64-bit aligned.
authorMark H Weaver <mhw@netris.org>
Sat, 20 Sep 2014 07:49:46 +0000 (03:49 -0400)
committerMark H Weaver <mhw@netris.org>
Sat, 20 Sep 2014 09:38:05 +0000 (05:38 -0400)
commit156119b0223cf14d335ebda84701a69b2ba95757
tree515ffaf2bea88d23bbb40d7eb192640d13dbd8f3
parenta85c78ea1393985fdb6e6678dea19135c553d341
Do not assume that 64-bit integers will be 64-bit aligned.

* libguile/foreign.c (raw_bytecode, objcode_cells):
* libguile/gsubr.c (raw_bytecode, objcode_cells): Use SCM_ALIGNED to
  ensure 64-bit alignment.
libguile/foreign.c
libguile/gsubr.c