disassembler_zero.hpp revision 1010:354d3184f6b2
115103Sphk/*
215103Sphk * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
315103Sphk * Copyright 2007 Red Hat, Inc.
415103Sphk * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
515103Sphk *
615103Sphk * This code is free software; you can redistribute it and/or modify it
715103Sphk * under the terms of the GNU General Public License version 2 only, as
815103Sphk * published by the Free Software Foundation.
915103Sphk *
1015103Sphk * This code is distributed in the hope that it will be useful, but WITHOUT
1115103Sphk * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1215103Sphk * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1315103Sphk * version 2 for more details (a copy is included in the LICENSE file that
1415103Sphk * accompanied this code).
1515103Sphk *
1615103Sphk * You should have received a copy of the GNU General Public License version
1715103Sphk * 2 along with this work; if not, write to the Free Software Foundation,
1815103Sphk * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1915103Sphk *
2015103Sphk * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
2115103Sphk * CA 95054 USA or visit www.sun.com if you need additional information or
2215103Sphk * have any questions.
2315103Sphk *
2415103Sphk */
2515103Sphk
2615103Sphk// The disassembler prints out zero code annotated
2715103Sphk// with Java specific information.
2815103Sphk
2915103Sphk  static int pd_instruction_alignment() {
3015103Sphk    ShouldNotCallThis();
3115103Sphk  }
3215103Sphk
3315103Sphk  static const char* pd_cpu_opts() {
3415103Sphk    ShouldNotCallThis();
3515103Sphk  }
3615103Sphk