Skip to content
Commit cbaee522 authored by Herbie Robinson's avatar Herbie Robinson Committed by Paolo Bonzini
Browse files

SGABIOS: fix wrong video attrs for int 10h, ah==13h



Fix Bug #1670509: wrong video attrs for int 10h, ah==13h
The subroutine set_cursor_position is trashing %bx.
Unfortunately, %bl contains the video attribute for write_string.

The fix saves %bx in the function prolog and restores it in
the epilog.

Signed-off-by: default avatarHerbie Robinson <Herbie.Robinson@stratus.com>
Message-Id: <1489161295-23864-1-git-send-email-Herbie.Robinson@stratus.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 23d47494
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment