Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62914
b: refs/heads/master
c: 1514ab0
h: refs/heads/master
v: v3
  • Loading branch information
Mikael Pettersson authored and H. Peter Anvin committed Jul 25, 2007
1 parent 1bf313a commit 8ac682c
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: 80492cc797ea15572de8eac766cbf606626ee338
refs/heads/master: 1514ab09edb071345fe17cd230c97f9e72c9478e
2 changes: 1 addition & 1 deletion trunk/arch/i386/boot/apm.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int query_apm_bios(void)
if (bx != 0x504d) /* "PM" signature */
return -1;

if (cx & 0x02) /* 32 bits supported? */
if (!(cx & 0x02)) /* 32 bits supported? */
return -1;

/* Disconnect first, just in case */
Expand Down

0 comments on commit 8ac682c

Please sign in to comment.