 Chromium Code Reviews
 Chromium Code Reviews Issue 1018001:
  MIPS simple function calls  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 1018001:
  MIPS simple function calls  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/mips/frames-mips.h | 
| =================================================================== | 
| --- src/mips/frames-mips.h (revision 4138) | 
| +++ src/mips/frames-mips.h (working copy) | 
| @@ -104,7 +104,7 @@ | 
| static const int kCallerPCOffset = +1 * kPointerSize; | 
| // FP-relative displacement of the caller's SP. | 
| - static const int kCallerSPDisplacement = +4 * kPointerSize; | 
| + static const int kCallerSPDisplacement = +3 * kPointerSize; | 
| }; |