|
As a very fast check, I simply changed the following line in lobject.h:
-typedef struct TValue {
+typedef struct __attribute__((packed)) TValue {
TValuefields;
} TValue;
It would be good to know how this change works in other architectures.
-- Roberto