From: darcagn <da...@us...> - 2024-08-23 02:20:02
|
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 6e3584b4874fef191384ec50ff1ffae25e0e1882 (commit) from 4346a85740d341587fd151cf47475b74fff9eeb4 (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 6e3584b4874fef191384ec50ff1ffae25e0e1882 Author: Andy Barajas <and...@gm...> Date: Thu Aug 22 19:19:21 2024 -0700 Fix KOS warning when compiling SDL2 using m4-single (#724) * Fix warning when compiling SDL2 using m4-single * Update kernel/arch/dreamcast/include/arch/args.h ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/include/arch/args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/arch/dreamcast/include/arch/args.h b/kernel/arch/dreamcast/include/arch/args.h index 63a2c4ec..56f3ffe8 100644 --- a/kernel/arch/dreamcast/include/arch/args.h +++ b/kernel/arch/dreamcast/include/arch/args.h @@ -14,7 +14,7 @@ \author Paul Cercueil */ -#if __SH4_SINGLE_ONLY__ +#ifdef __SH4_SINGLE_ONLY__ #define KOS_SH4_SINGLE_ONLY 1 #else #define KOS_SH4_SINGLE_ONLY 0 hooks/post-receive -- A pseudo Operating System for the Dreamcast. |