bc: unbreak JIT
This commit is contained in:
parent
0523a5311c
commit
2dd59a706c
|
@ -757,7 +757,8 @@ static int generate_inlined_struct_op(int kind, mz_jit_state *jitter,
|
|||
int pos, tpos, jkind, authentic;
|
||||
|
||||
tpos = ((Scheme_Struct_Type *)((Scheme_Primitive_Closure *)inline_rator)->val[0])->name_pos;
|
||||
authentic = ((Scheme_Struct_Type *)((Scheme_Primitive_Closure *)inline_rator)->val[0])->authentic;
|
||||
authentic = (((Scheme_Struct_Type *)((Scheme_Primitive_Closure *)inline_rator)->val[0])->more_flags
|
||||
& STRUCT_TYPE_FLAG_AUTHENTIC);
|
||||
|
||||
if (kind == INLINE_STRUCT_PROC_PRED) {
|
||||
pos = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user