x86/x64: Avoid unnecessary resize in BC_TSETM.

This commit is contained in:
Mike Pall
2010-09-13 22:30:23 +02:00
parent 8a87395d8d
commit 3d17f71968
4 changed files with 4 additions and 4 deletions

View File

@@ -4300,7 +4300,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop, int cmov, int sse)
| jz >4 // Nothing to copy?
| add RD, KBASE // Compute needed size.
| cmp RD, TAB:RB->asize
| jae >5 // Doesn't fit into array part?
| ja >5 // Doesn't fit into array part?
| sub RD, KBASE
| shl KBASE, 3
| add KBASE, TAB:RB->array