mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:39:34 +02:00
* corrected type passed to a_bit_test_reg_loc_reg() (we force left into
a register of size opdef before) git-svn-id: trunk@31056 -
This commit is contained in:
parent
9175809d5d
commit
b9d4d9b141
@ -485,7 +485,7 @@ implementation
|
||||
hlcg.a_label(current_asmdata.CurrAsmList, l);
|
||||
end;
|
||||
|
||||
hlcg.a_bit_test_reg_loc_reg(current_asmdata.CurrAsmList,left.resultdef,right.resultdef,uopdef,
|
||||
hlcg.a_bit_test_reg_loc_reg(current_asmdata.CurrAsmList,opdef,right.resultdef,uopdef,
|
||||
pleftreg,right.location,location.register);
|
||||
|
||||
if needslabel then
|
||||
|
Loading…
Reference in New Issue
Block a user