 Chromium Code Reviews
 Chromium Code Reviews Issue 10093007:
  MIPS: Do the qNaN fixup at de-serialization time.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10093007:
  MIPS: Do the qNaN fixup at de-serialization time.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index fe9cfd9b2f3956a807b5bff556a443a7a188f7c9..b83dd84e16f20c5d16474f30c81068f20f9398b0 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -77,6 +77,7 @@ namespace internal { | 
| \ | 
| /* Utilities */ \ | 
| F(CheckIsBootstrapping, 0, 1) \ | 
| + F(GetRootNan, 0, 1) \ | 
| F(Call, -1 /* >= 2 */, 1) \ | 
| F(Apply, 5, 1) \ | 
| F(GetFunctionDelegate, 1, 1) \ |