Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 6008) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -1354,6 +1354,9 @@ |
case kMathPowHalf: |
Abort("MathPowHalf LUnaryMathOperation not implemented"); |
return NULL; |
+ case kMathLog: |
+ Abort("MathLog LUnaryMathOperation not implemented"); |
+ return NULL; |
default: |
UNREACHABLE(); |
return NULL; |