diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-08-29 18:22:52 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-08-29 18:22:52 +0000 |
| commit | 7b4806d69f291f5a391fde44dfebb816520a5ffc (patch) | |
| tree | 365fe75dab8dcd2c8e78d3c8deb7307639252242 | |
| parent | 5e34d6ba62262da428a62a89db898cfb50b114d3 (diff) | |
Notes
| -rw-r--r-- | sys/i386/bios/smapi_bios.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/bios/smapi_bios.S b/sys/i386/bios/smapi_bios.S index db4b2385dad0..74ba05a3f8d0 100644 --- a/sys/i386/bios/smapi_bios.S +++ b/sys/i386/bios/smapi_bios.S @@ -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 */ |
