Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64365
b: refs/heads/master
c: 71351b9
h: refs/heads/master
i:
  64363: 049ef68
v: v3
  • Loading branch information
H. Peter Anvin committed Aug 23, 2007
1 parent e92a590 commit 97936df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b015124e562a040f7faf361c72e8f5f457ac6cf5
refs/heads/master: 71351b98b9be6a867aa00276d67716c0728cfff7
5 changes: 3 additions & 2 deletions trunk/arch/i386/boot/video-vga.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ static u8 vga_set_basic_mode(void)
mode = 3;

/* Set the mode */
ax = mode;
asm volatile(INT10
: : "a" (mode)
: "ebx", "ecx", "edx", "esi", "edi");
: "+a" (ax)
: : "ebx", "ecx", "edx", "esi", "edi");
do_restore = 1;
return mode;
}
Expand Down

0 comments on commit 97936df

Please sign in to comment.