hotspot/src/cpu/ppc/vm/interpreter_ppc.hpp
changeset 30303 c703c89fddbf
parent 23221 b70675ece1ce
child 35166 23125410af16
equal deleted inserted replaced
30302:ecca632210ef 30303:c703c89fddbf
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2012, 2014 SAP AG. All rights reserved.
     3  * Copyright 2012, 2015 SAP AG. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    45   static int expr_offset_in_bytes(int slot) {
    45   static int expr_offset_in_bytes(int slot) {
    46     return stackElementSize * slot + wordSize;
    46     return stackElementSize * slot + wordSize;
    47   }
    47   }
    48 #endif
    48 #endif
    49 
    49 
    50 #endif // CPU_PPC_VM_INTERPRETER_PPC_PP
    50 #endif // CPU_PPC_VM_INTERPRETER_PPC_HPP