Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.

Specifying no argument is undocumented in the gas manual, and clang's
integrated assembler refuses to parse it.  Also, removing it causes no
change at all in the resulting object file.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2012-08-29 18:22:52 +00:00
parent 5e34d6ba62
commit 7b4806d69f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239869

View File

@ -6,7 +6,6 @@ __FBSDID("$FreeBSD$");
* Thomas Hood.
*/
.align
smapi32_entry: /* far pointer to SMAPI entry */
.globl smapi32_offset
smapi32_offset: .long 0x00000000 /* set by caller */