Revision: 8078
Author:   [email protected]
Date:     Thu May 26 05:16:13 2011
Log:      Fix stray character in last build

[email protected]
http://code.google.com/p/v8/source/detail?r=8078

Modified:
 /branches/bleeding_edge/src/arm/lithium-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc      Thu May 26 05:07:22 2011
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc      Thu May 26 05:16:13 2011
@@ -1787,7 +1787,7 @@
     LOperand* temp2 = TempRegister();
     LOperand* temp3 = FixedTemp(d3);
     LTaggedToI* res = new LTaggedToI(reg, temp1, temp2, temp3);
-    return AssigneEnvironment(DefineSameAsFirst(res));
+    return AssignEnvironment(DefineSameAsFirst(res));
   }
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to