new_frame = _PyFrame_PushUnchecked(tstate, getitem, 2, frame);
new_frame->localsplus[0] = container;
new_frame->localsplus[1] = sub;
- frame->return_offset = 6 ;
+ frame->return_offset = 6u ;
stack_pointer[-3].bits = (uintptr_t)new_frame;
stack_pointer += -2;
assert(WITHIN_STACK_BOUNDS());
gen->gi_frame_state = FRAME_EXECUTING;
gen->gi_exc_state.previous_item = tstate->exc_info;
tstate->exc_info = &gen->gi_exc_state;
- assert( 2 + oparg <= UINT16_MAX);
- frame->return_offset = (uint16_t)( 2 + oparg);
+ assert( 2u + oparg <= UINT16_MAX);
+ frame->return_offset = (uint16_t)( 2u + oparg);
gen_frame->previous = frame;
stack_pointer[-1].bits = (uintptr_t)gen_frame;
break;
gen->gi_exc_state.previous_item = tstate->exc_info;
tstate->exc_info = &gen->gi_exc_state;
gen_frame->previous = frame;
- frame->return_offset = (uint16_t)( 2 + oparg);
+ frame->return_offset = (uint16_t)( 2u + oparg);
stack_pointer[0].bits = (uintptr_t)gen_frame;
stack_pointer += 1;
assert(WITHIN_STACK_BOUNDS());
new_frame = _PyFrame_PushUnchecked(tstate, getitem, 2, frame);
new_frame->localsplus[0] = container;
new_frame->localsplus[1] = sub;
- frame->return_offset = 6 ;
+ frame->return_offset = 6u ;
}
// _PUSH_FRAME
{
if (new_frame == NULL) {
JUMP_TO_LABEL(error);
}
- frame->return_offset = 4 ;
+ frame->return_offset = 4u ;
DISPATCH_INLINED(new_frame);
}
STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
if (new_frame == NULL) {
JUMP_TO_LABEL(error);
}
- assert( 1 == 1);
+ assert( 1u == 1);
frame->return_offset = 1;
DISPATCH_INLINED(new_frame);
}
if (new_frame == NULL) {
JUMP_TO_LABEL(error);
}
- assert( 4 == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
- frame->return_offset = 4 ;
+ assert( 4u == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
+ frame->return_offset = 4u ;
DISPATCH_INLINED(new_frame);
}
STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
gen->gi_exc_state.previous_item = tstate->exc_info;
tstate->exc_info = &gen->gi_exc_state;
gen_frame->previous = frame;
- frame->return_offset = (uint16_t)( 2 + oparg);
+ frame->return_offset = (uint16_t)( 2u + oparg);
}
// _PUSH_FRAME
{
if (new_frame == NULL) {
JUMP_TO_LABEL(error);
}
- frame->return_offset = 4 ;
+ frame->return_offset = 4u ;
DISPATCH_INLINED(new_frame);
}
STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
if (new_frame == NULL) {
JUMP_TO_LABEL(error);
}
- assert( 1 == 1);
+ assert( 1u == 1);
frame->return_offset = 1;
DISPATCH_INLINED(new_frame);
}
if (new_frame == NULL) {
JUMP_TO_LABEL(error);
}
- assert( 4 == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
- frame->return_offset = 4 ;
+ assert( 4u == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
+ frame->return_offset = 4u ;
DISPATCH_INLINED(new_frame);
}
STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
stack_pointer += -1;
assert(WITHIN_STACK_BOUNDS());
new_frame->localsplus[1] = PyStackRef_FromPyObjectNew(name);
- frame->return_offset = 10 ;
+ frame->return_offset = 10u ;
DISPATCH_INLINED(new_frame);
}
gen->gi_frame_state = FRAME_EXECUTING;
gen->gi_exc_state.previous_item = tstate->exc_info;
tstate->exc_info = &gen->gi_exc_state;
- assert( 2 + oparg <= UINT16_MAX);
- frame->return_offset = (uint16_t)( 2 + oparg);
+ assert( 2u + oparg <= UINT16_MAX);
+ frame->return_offset = (uint16_t)( 2u + oparg);
assert(gen_frame->previous == NULL);
gen_frame->previous = frame;
DISPATCH_INLINED(gen_frame);
gen->gi_frame_state = FRAME_EXECUTING;
gen->gi_exc_state.previous_item = tstate->exc_info;
tstate->exc_info = &gen->gi_exc_state;
- assert( 2 + oparg <= UINT16_MAX);
- frame->return_offset = (uint16_t)( 2 + oparg);
+ assert( 2u + oparg <= UINT16_MAX);
+ frame->return_offset = (uint16_t)( 2u + oparg);
gen_frame->previous = frame;
}
// _PUSH_FRAME