commit | 4d8ac521eb8ec4a99e597659b553133010c44963 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu May 21 16:45:21 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 21 16:45:21 2015 +0200 |
tree | d319acfc38bb5722cd1c940612261610c2a04a56 | |
parent | 20b9dd75c8525003bd53243f52766dde9daace46 [diff] |
save one instruction :) Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/linuxboot.c b/linuxboot.c index 9671fd7..0e7fe37 100644 --- a/linuxboot.c +++ b/linuxboot.c
@@ -138,7 +138,7 @@ "mov %bx, %fs; mov %bx, %gs; mov %bx, %ss;" "mov %dx, %sp;" "add $0x20, %bx; pushw %bx;" // push CS - "xor %eax, %eax; pushw %ax;" // push IP + "pushw %ax;" // push IP "xor %ebx, %ebx;" "xor %ecx, %ecx;" "xor %edx, %edx;"