This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via e636b2486e47861680cd59d4f6134a90617a7ba0 (commit)
from 41615a930bf620d4adc27c3e0494194eda25c67e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e636b2486e47861680cd59d4f6134a90617a7ba0
Author: Lawrence Sebald <ljs...@us...>
Date: Sat May 2 21:15:25 2015 -0400
Update one more reference to panic.
-----------------------------------------------------------------------
Summary of changes:
kernel/exports.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/exports.txt b/kernel/exports.txt
index dddf225..4c3f8f4 100644
--- a/kernel/exports.txt
+++ b/kernel/exports.txt
@@ -218,7 +218,7 @@ mmu_init
mmu_shutdown
# Panic!
-panic
+arch_panic
# Real-time clock
rtc_unix_secs
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|