]> xenbits.xensource.com Git - seabios.git/commitdiff
vgabios: Use .code16 not .code16gcc
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 3 Jun 2014 16:28:58 +0000 (17:28 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 5 Jun 2014 14:58:29 +0000 (10:58 -0400)
There's no need to use .code16gcc where we are writing assembler code
explicitly. It only affects word-size-ambiguous instructions, and we
should just be explicit. And we are.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
vgasrc/vgaentry.S

index 11197f1a0fc3b2855e478da6a2476bf29501f7d3..3c2c885282afd265fd70c803bb2db06cd62f4959 100644 (file)
@@ -15,7 +15,7 @@
  ****************************************************************/
 
         .section .rom.header
-        .code16gcc
+        .code16
         .global _rom_header, _rom_header_size, _rom_header_checksum
 _rom_header:
         .word 0xaa55