summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-06-23 14:19:43 +1000
committerKarl Williamson <khw@cpan.org>2020-07-30 16:08:59 -0600
commit95c9b7e93b37d874a0f6f2a3c25fbe1121199124 (patch)
tree2c5adb1581469fdf6d11e8d4314191e05e8e960e /op.h
parent22ca1a825f4307983785c7182370d7c2fc43f085 (diff)
downloadperl-95c9b7e93b37d874a0f6f2a3c25fbe1121199124.tar.gz
Revert "op.h: Add additional padding to struct opslab to ensure proper alignment"
This reverts commit a760468c9355bafaee57e94f13705c0ea925d9ca. This change is fragile, the next change avoids the need for such manual padding.
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/op.h b/op.h
index b9f6da82c9..fc21f03cda 100644
--- a/op.h
+++ b/op.h
@@ -713,9 +713,6 @@ struct opslab {
units) */
# ifdef PERL_DEBUG_READONLY_OPS
bool opslab_readonly;
- U8 opslab_padding; /* padding to ensure that opslab_slots is always */
-# else
- U16 opslab_padding; /* located at an offset with 32-bit alignment */
# endif
OPSLOT opslab_slots; /* slots begin here */
};