Revision: 3648
Author: [email protected]
Date: Tue Jan 19 05:26:40 2010
Log: Make tests pass.

[email protected]

Review URL: http://codereview.chromium.org/543114
http://code.google.com/p/v8/source/detail?r=3648

Modified:
 /branches/bleeding_edge/src/compiler.cc

=======================================
--- /branches/bleeding_edge/src/compiler.cc     Tue Jan 19 05:15:52 2010
+++ /branches/bleeding_edge/src/compiler.cc     Tue Jan 19 05:26:40 2010
@@ -935,7 +935,7 @@
     case Token::DELETE:
       BAILOUT("UnaryOperataion: DELETE");
     default:
-      UNREACHABLE();
+      BAILOUT("UnaryOperataion");
   }
 }

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

Reply via email to