Skip to content

Commit

Permalink
The ata driver is too sensitive, no optimization here
Browse files Browse the repository at this point in the history
  • Loading branch information
champo committed Sep 5, 2012
1 parent 865da26 commit 7679196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/ata.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "system/io.h"
#include "type.h"

#pragma GCC optimize(0)

struct DriveInfo {
size_t len;
unsigned char number;
Expand Down

0 comments on commit 7679196

Please sign in to comment.