From 1d68f87f758bb2606c3d4f07cfae385d67867882 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 19 Sep 2007 18:12:08 -0600 Subject: [PATCH] remove unnecessary .type declaration from amd64.S --- src/amd64.S | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd64.S b/src/amd64.S index 768db8fb35..ead9060a0e 100644 --- a/src/amd64.S +++ b/src/amd64.S @@ -2,7 +2,6 @@ .text .globl amd64Call -.type amd64Call, @function amd64Call: pushq %rbp