src/cpu/x86/vm/templateInterpreter_x86_64.cpp

changeset 1040
98cb887364d3
parent 739
dc7f315e41f7
child 1057
56aae7be60d4
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -826,7 +826,7 @@
     1.4  
     1.5    __ subptr(rsp, t);
     1.6    __ subptr(rsp, frame::arg_reg_save_area_bytes); // windows
     1.7 -  __ andptr(rsp, -16); // must be 16 byte boundry (see amd64 ABI)
     1.8 +  __ andptr(rsp, -16); // must be 16 byte boundary (see amd64 ABI)
     1.9  
    1.10    // get signature handler
    1.11    {

mercurial