On 6/19/20 10:47 AM, John Paul Adrian Glaubitz wrote:
> It might be set during stage1, but not stage2.
> 
> I will have to look at it again.

I just tried this change and it doesn't fix the problem:

diff --git a/op.h b/op.h
index fc21f03cda..ca3102d7d2 100644
--- a/op.h
+++ b/op.h
@@ -713,6 +713,8 @@ struct opslab {
                                            units) */
 # ifdef PERL_DEBUG_READONLY_OPS
     bool       opslab_readonly;
+    U16         _padding1;               /* additional padding to ensure 
opslab is 32-bit aligned */
+    U8          _padding2;               /* when PERL_DEBUG_READONLY_OPS is 
set */
 # endif
     OPSLOT     opslab_slots;           /* slots begin here */
 };

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

Reply via email to