mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 21:49:43 +02:00
* fixed size used for left in in_smallset (it's been forced in a register
of size opdef a few lines before) git-svn-id: trunk@32410 -
This commit is contained in:
parent
1284032765
commit
c8a5994e2e
@ -196,7 +196,7 @@ implementation
|
||||
left.resultdef, opdef, true);
|
||||
register_maybe_adjust_setbase(current_asmdata.CurrAsmList, left.location,
|
||||
setbase);
|
||||
hlcg.a_bit_test_reg_loc_reg(current_asmdata.CurrAsmList, left.resultdef,
|
||||
hlcg.a_bit_test_reg_loc_reg(current_asmdata.CurrAsmList, opdef,
|
||||
right.resultdef, resultdef, left.location.register, right.location,
|
||||
location.register);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user