Forgot the .even...

This commit is contained in:
mycroft 1994-01-29 16:28:16 +00:00
parent 8243f1bb37
commit b5f845fbef
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: asm.h,v 1.3 1994/01/29 10:14:01 mycroft Exp $
* $Id: asm.h,v 1.4 1994/01/29 16:28:16 mycroft Exp $
*/
#ifndef _ASM_H_
@ -52,7 +52,7 @@
#define _ASM_LABEL(name) name
#define _ENTRY(name) \
.globl name; .type name,@function; name:
.even; .globl name; .type name,@function; name:
#ifdef GPROF
#define ENTRY(name) \