aboutsummaryrefslogtreecommitdiff
path: root/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cpu.h')
-rw-r--r--include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cpu.h b/include/cpu.h
index d7acd25..a871073 100644
--- a/include/cpu.h
+++ b/include/cpu.h
@@ -65,7 +65,7 @@ struct cpu_thread {
int64_t stack_bot_mark;
uint64_t stack_bot_pc;
uint64_t stack_bot_tok;
-#define CPU_BACKTRACE_SIZE 20
+#define CPU_BACKTRACE_SIZE 60
struct bt_entry stack_bot_bt[CPU_BACKTRACE_SIZE];
unsigned int stack_bot_bt_count;
#endif