mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Merge pull request #990 from welcome-linja/master
Fix SEXP_USE_ALIGNED_BYTECODE
This commit is contained in:
commit
3733b63d5f
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@
|
|||
|
||||
/* uncomment this to make the VM adhere to alignment rules */
|
||||
/* This is required on some platforms, e.g. ARM */
|
||||
/* #define SEXP_USE_ALIGNED_BYTECODE */
|
||||
/* #define SEXP_USE_ALIGNED_BYTECODE 1 */
|
||||
|
||||
/************************************************************************/
|
||||
/* These settings are configurable but only recommended for */
|
||||
|
|
Loading…
Add table
Reference in a new issue