view ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp @ 1317:15b39cd337dc

2009-01-20 Gary Benson <gbenson@redhat.com> Matthias Klose <doko@ubuntu.com> * ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.[ch]pp (i486): Rename to x86. * ports/hotspot/src/cpu/zero/vm/frame_zero.hpp (fp): Remove PRODUCT conditional, make the not-PRODUCT bit the default.
author doko@ubuntu.com
date Tue, 20 Jan 2009 15:28:47 +0100
parents e27b2d58770e
children 6bf9d2398902
line wrap: on
line source

/*
 * Copyright 2003-2005 Sun Microsystems, Inc.  All Rights Reserved.
 * Copyright 2008 Red Hat, Inc.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 only, as
 * published by the Free Software Foundation.
 *
 * This code is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * version 2 for more details (a copy is included in the LICENSE file that
 * accompanied this code).
 *
 * You should have received a copy of the GNU General Public License version
 * 2 along with this work; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 *
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
 * CA 95054 USA or visit www.sun.com if you need additional information or
 * have any questions.
 *
 */

#include "incls/_precompiled.incl"
#include "incls/_stubRoutines_zero.cpp.incl"

#ifdef IA32
address StubRoutines::x86::_call_stub_compiled_return = NULL;
#endif // IA32