mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
GH-118844: Fix build failures when combining --disable-gil with --enable-experimental-jit (GH-118935)
This commit is contained in:
parent
abead548af
commit
5b941e57c7
4 changed files with 5 additions and 3 deletions
|
|
@ -174,8 +174,8 @@ static const uint8_t DwarfDataRel = 0x30;
|
|||
typedef struct {
|
||||
unsigned char version;
|
||||
unsigned char eh_frame_ptr_enc;
|
||||
unsigned char fde_count_enc;
|
||||
unsigned char table_enc;
|
||||
unsigned char fde_count_enc;
|
||||
unsigned char table_enc;
|
||||
int32_t eh_frame_ptr;
|
||||
int32_t eh_fde_count;
|
||||
int32_t from;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue