src/cpu/x86/vm/sharedRuntime_x86_64.cpp

changeset 1040
98cb887364d3
parent 959
c9004fe53695
child 1049
3db67f76d308
     1.1 --- a/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/cpu/x86/vm/sharedRuntime_x86_64.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -1350,7 +1350,7 @@
     1.4      {
     1.5        Label L;
     1.6        __ mov(rax, rsp);
     1.7 -      __ andptr(rax, -16); // must be 16 byte boundry (see amd64 ABI)
     1.8 +      __ andptr(rax, -16); // must be 16 byte boundary (see amd64 ABI)
     1.9        __ cmpptr(rax, rsp);
    1.10        __ jcc(Assembler::equal, L);
    1.11        __ stop("improperly aligned stack");

mercurial