src/cpu/mips/vm/sharedRuntime_mips_64.cpp

changeset 7997
6cbff0651f1a
parent 6880
52ea28d233d2
child 8009
0477693968a6
     1.1 --- a/src/cpu/mips/vm/sharedRuntime_mips_64.cpp	Fri Oct 20 13:15:58 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/sharedRuntime_mips_64.cpp	Mon Nov 06 16:51:47 2017 +0800
     1.3 @@ -1801,7 +1801,7 @@
     1.4    // in a platform independent way. So after the call we switch to
     1.5    // ebp relative addressing.
     1.6    //FIXME actually , the fp_adjustment may not be the right, because andr(sp,sp,at)may change
     1.7 -  //the SP 
     1.8 +  //the SP
     1.9    int fp_adjustment = stack_size - 2*wordSize;
    1.10  
    1.11  #ifdef COMPILER2

mercurial