commit | 67fd42cf16e6b16793eef2413b03e17f387611e2 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Jun 03 17:28:58 2014 +0100 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Jun 05 10:58:29 2014 -0400 |
tree | 753a391456afdcf8dc616cfea77989d75c52716b | |
parent | 5b22d9397258716bc2dc3b1b5a3f5cef297c6039 [diff] |
vgabios: Use .code16 not .code16gcc 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>