Skip to content
Merged
1 change: 1 addition & 0 deletions Include/internal/pycore_optimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ typedef struct {
};
};
uint64_t operand; // A cache entry
uint64_t operand1;
} _PyUOpInstruction;

typedef struct {
Expand Down
Loading
Loading