2b6e762c557496a41438c0b105d604f60c593682ahl/*
2b6e762c557496a41438c0b105d604f60c593682ahl * CDDL HEADER START
2b6e762c557496a41438c0b105d604f60c593682ahl *
2b6e762c557496a41438c0b105d604f60c593682ahl * The contents of this file are subject to the terms of the
2b6e762c557496a41438c0b105d604f60c593682ahl * Common Development and Distribution License (the "License").
2b6e762c557496a41438c0b105d604f60c593682ahl * You may not use this file except in compliance with the License.
2b6e762c557496a41438c0b105d604f60c593682ahl *
2b6e762c557496a41438c0b105d604f60c593682ahl * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b6e762c557496a41438c0b105d604f60c593682ahl * or http://www.opensolaris.org/os/licensing.
2b6e762c557496a41438c0b105d604f60c593682ahl * See the License for the specific language governing permissions
2b6e762c557496a41438c0b105d604f60c593682ahl * and limitations under the License.
2b6e762c557496a41438c0b105d604f60c593682ahl *
2b6e762c557496a41438c0b105d604f60c593682ahl * When distributing Covered Code, include this CDDL HEADER in each
2b6e762c557496a41438c0b105d604f60c593682ahl * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2b6e762c557496a41438c0b105d604f60c593682ahl * If applicable, add the following below this CDDL HEADER, with the
2b6e762c557496a41438c0b105d604f60c593682ahl * fields enclosed by brackets "[]" replaced with your own identifying
2b6e762c557496a41438c0b105d604f60c593682ahl * information: Portions Copyright [yyyy] [name of copyright owner]
2b6e762c557496a41438c0b105d604f60c593682ahl *
2b6e762c557496a41438c0b105d604f60c593682ahl * CDDL HEADER END
2b6e762c557496a41438c0b105d604f60c593682ahl */
2b6e762c557496a41438c0b105d604f60c593682ahl
2b6e762c557496a41438c0b105d604f60c593682ahl/*
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
2b6e762c557496a41438c0b105d604f60c593682ahl * Use is subject to license terms.
2b6e762c557496a41438c0b105d604f60c593682ahl */
2b6e762c557496a41438c0b105d604f60c593682ahl
2b6e762c557496a41438c0b105d604f60c593682ahl#pragma ident "%Z%%M% %I% %E% SMI"
2b6e762c557496a41438c0b105d604f60c593682ahl
2b6e762c557496a41438c0b105d604f60c593682ahl#include <sys/asm_linkage.h>
2b6e762c557496a41438c0b105d604f60c593682ahl
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl DGDEF(__fsr_init_value)
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl .long 0
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl
2b6e762c557496a41438c0b105d604f60c593682ahl ENTRY(badfunc)
2b6e762c557496a41438c0b105d604f60c593682ahl .byte 0xff
2b6e762c557496a41438c0b105d604f60c593682ahl .byte 0xff
2b6e762c557496a41438c0b105d604f60c593682ahl SET_SIZE(badfunc)
2b6e762c557496a41438c0b105d604f60c593682ahl
2b6e762c557496a41438c0b105d604f60c593682ahl ENTRY(main)
2b6e762c557496a41438c0b105d604f60c593682ahl1: jmp 1b
2b6e762c557496a41438c0b105d604f60c593682ahl SET_SIZE(main)