Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63588
b: refs/heads/master
c: 463c9a9
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Aug 2, 2007
1 parent 5a6aa08 commit 60aec2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 59acc08fd95aefb5430458a08a82b15a4174ed74
refs/heads/master: 463c9a9f7d1f746c251761cef3af5c808394b7e1
2 changes: 1 addition & 1 deletion trunk/arch/i386/boot/edd.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static int get_edd_info(u8 devno, struct edd_info *ei)
ax = 0x4800;
dx = devno;
asm("pushfl; int $0x13; popfl"
: "+a" (ax), "+d" (dx)
: "+a" (ax), "+d" (dx), "=m" (ei->params)
: "S" (&ei->params)
: "ebx", "ecx", "edi");

Expand Down

0 comments on commit 60aec2d

Please sign in to comment.