Skip to content
Merged
3 changes: 2 additions & 1 deletion Include/internal/pycore_optimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ typedef struct {
uint16_t error_target;
};
};
uint64_t operand; // A cache entry
uint64_t operand0; // A cache entry
uint64_t operand1;
} _PyUOpInstruction;

typedef struct {
Expand Down
Loading
Loading