mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 10:10:39 +02:00
* fixed bug in thlcgwasm.a_cmp_const_ref_label
git-svn-id: branches/wasm@47179 -
This commit is contained in:
parent
c46f308749
commit
3c3a8ce111
@ -1363,7 +1363,7 @@ implementation
|
||||
begin
|
||||
tmpref:=ref;
|
||||
if tmpref.base<>NR_EVAL_STACK_BASE then
|
||||
a_load_ref_stack(list,size,ref,prepare_stack_for_ref(list,tmpref,false));
|
||||
a_load_ref_stack(list,size,tmpref,prepare_stack_for_ref(list,tmpref,false));
|
||||
maybe_adjust_cmp_stackval(list,size,cmp_op);
|
||||
a_load_const_stack(list,size,maybe_adjust_cmp_constval(size,cmp_op,a),def2regtyp(size));
|
||||
a_cmp_stack_label(list,size,cmp_op,l);
|
||||
|
Loading…
Reference in New Issue
Block a user