src/share/vm/utilities/macros.hpp

changeset 2047
d2ede61b7a12
parent 2036
126ea7725993
child 2123
6ee479178066
child 2138
d5d065957597
     1.1 --- a/src/share/vm/utilities/macros.hpp	Wed Aug 11 01:17:27 2010 -0700
     1.2 +++ b/src/share/vm/utilities/macros.hpp	Wed Aug 11 05:51:21 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -151,9 +151,11 @@
    1.11  #if defined(IA32) || defined(AMD64)
    1.12  #define X86
    1.13  #define X86_ONLY(code) code
    1.14 +#define NOT_X86(code)
    1.15  #else
    1.16  #undef X86
    1.17  #define X86_ONLY(code)
    1.18 +#define NOT_X86(code) code
    1.19  #endif
    1.20  
    1.21  #ifdef IA32

mercurial