ソースを参照

Remove debugging by default

tags/v0.9.3
Michael Brown 19年前
コミット
81320fae4b
1個のファイルの変更0行の追加2行の削除
  1. 0
    2
      src/drivers/bus/pci.c

+ 0
- 2
src/drivers/bus/pci.c ファイルの表示

@@ -2,8 +2,6 @@
2 2
 #include "dev.h"
3 3
 #include "pci.h"
4 4
 
5
-#define DEBUG_PCI
6
-
7 5
 #undef DBG
8 6
 #ifdef DEBUG_PCI
9 7
 #define DBG(...) printf ( __VA_ARGS__ )

読み込み中…
キャンセル
保存