Remove unwanted character
TBR=karlklose@chromium.org Review URL: http://codereview.chromium.org/6615008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7036 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
53764d16f5
commit
1c210fc221
@ -3163,7 +3163,7 @@ void FullCodeGenerator::EmitSwapElements(ZoneList<Expression*>* args) {
|
||||
|
||||
// Swap elements.
|
||||
__ ldr(scratch1, MemOperand(index1, 0));
|
||||
__ ldr(scratch2, MemOperand(index2, 0)));
|
||||
__ ldr(scratch2, MemOperand(index2, 0));
|
||||
__ str(scratch1, MemOperand(index2, 0));
|
||||
__ str(scratch2, MemOperand(index1, 0));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user