Author: [EMAIL PROTECTED]
Date: Mon Dec  1 03:46:08 2008
New Revision: 875

Modified:
    branches/bleeding_edge/src/jsregexp.cc

Log:
Added assignment to variable after UNIMPLEMENTED macro, to keep compiler  
happy.


Modified: branches/bleeding_edge/src/jsregexp.cc
==============================================================================
--- branches/bleeding_edge/src/jsregexp.cc      (original)
+++ branches/bleeding_edge/src/jsregexp.cc      Mon Dec  1 03:46:08 2008
@@ -531,6 +531,7 @@
        break;
  #else
        UNIMPLEMENTED();
+      rc = false;
        break;
  #endif
      }
@@ -2725,7 +2726,7 @@

    if (FLAG_irregexp_native) {
  #ifdef ARM
-    UNIMPLEMENTED();
+    // Unimplemented, fall-through to bytecode implementation.
  #else  // IA32
      RegExpMacroAssemblerIA32  
macro_assembler(RegExpMacroAssemblerIA32::UC16,
                                               (input->capture_count + 1) *  
2);

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

Reply via email to