mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 10:30:39 +02:00
- removed commented out code from thlcgwasm.a_cmp_stack_stack
git-svn-id: branches/wasm@48041 -
This commit is contained in:
parent
68693b2890
commit
d7b1d67cc6
@ -848,15 +848,11 @@ implementation
|
||||
OS_16,OS_S16,
|
||||
OS_S32,OS_32:
|
||||
begin
|
||||
//list.concat(taicpu.op_sym(opcmp32[cmp_op],lab));
|
||||
list.concat(taicpu.op_none(opcmp32[cmp_op]));
|
||||
decstack(list,2);
|
||||
end;
|
||||
OS_64,OS_S64:
|
||||
begin
|
||||
//list.concat(taicpu.op_none(a_lcmp));
|
||||
//decstack(list,3);
|
||||
//list.concat(taicpu.op_sym(opcmp64[cmp_op],lab));
|
||||
list.concat(taicpu.op_none(opcmp64[cmp_op]));
|
||||
decstack(list,2);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user