 Chromium Code Reviews
 Chromium Code Reviews Issue 9722020:
  Enable snapshots on MIPS.  This is based on  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 9722020:
  Enable snapshots on MIPS.  This is based on  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/x64/assembler-x64-inl.h | 
| =================================================================== | 
| --- src/x64/assembler-x64-inl.h (revision 11074) | 
| +++ src/x64/assembler-x64-inl.h (working copy) | 
| @@ -235,9 +235,9 @@ | 
| int RelocInfo::target_address_size() { | 
| if (IsCodedSpecially()) { | 
| - return Assembler::kCallTargetSize; | 
| + return Assembler::kSpecialTargetSize; | 
| } else { | 
| - return Assembler::kExternalTargetSize; | 
| + return kPointerSize; | 
| } | 
| } |