Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242666
b: refs/heads/master
c: 27029c3
h: refs/heads/master
v: v3
  • Loading branch information
Jovi Zhang authored and Jason Wessel committed Mar 25, 2011
1 parent cdec9de commit f78516c
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: adb4b83c12f9d966ea3478aa14c60511467c9916
refs/heads/master: 27029c339b1beebe79bb4e64422ad1bb8d0b6440
2 changes: 1 addition & 1 deletion trunk/kernel/debug/kdb/kdb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static unsigned int kdb_continue_catastrophic;
static kdbtab_t *kdb_commands;
#define KDB_BASE_CMD_MAX 50
static int kdb_max_commands = KDB_BASE_CMD_MAX;
static kdbtab_t kdb_base_commands[50];
static kdbtab_t kdb_base_commands[KDB_BASE_CMD_MAX];
#define for_each_kdbcmd(cmd, num) \
for ((cmd) = kdb_base_commands, (num) = 0; \
num < kdb_max_commands; \
Expand Down

0 comments on commit f78516c

Please sign in to comment.