Merge pull request #990 from welcome-linja/master

Fix SEXP_USE_ALIGNED_BYTECODE
This commit is contained in:
Alex Shinn 2024-06-03 10:55:55 +09:00 committed by GitHub
commit 3733b63d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 */