small roll back.

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@176 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
nakasima 2009-01-15 10:34:19 +00:00
parent 763d90dc7b
commit 9cc1d6266e

View File

@ -55,14 +55,11 @@ void proc1(void *arg)
#endif #endif
while (1) while (1)
{ {
int i;
osPrintf( "Thread1: (%x)\n", (u32)arg ); osPrintf( "Thread1: (%x)\n", (u32)arg );
// 1回目のみVFP例外発生 // 1回目のみVFP例外発生
f0+=f1; f0+=f1;
i = f0;
// osVSNPrintf は %f 非サポート // osVSNPrintf は %f 非サポート
osPrintf( "Thread1: f0 = %d\n", i ); osPrintf( "Thread1: %f\n", f0 );
osSleepThread( NULL ); osSleepThread( NULL );
} }
} }