From c75063a4225be1304e9a7d8fafda761115490309 Mon Sep 17 00:00:00 2001 From: yutaka Date: Tue, 15 Apr 2008 05:37:09 +0000 Subject: [PATCH] =?UTF-8?q?tests=E3=81=AFFS=E3=83=99=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=81=AB=E6=88=BB=E3=81=97=E3=81=A6=E3=81=8A=E3=81=8F(?= =?UTF-8?q?=E3=81=9D=E3=81=86=E3=81=97=E3=81=AA=E3=81=84=E3=81=A8=E5=8D=98?= =?UTF-8?q?=E7=8B=AC=E3=81=A7=E5=8B=95=E3=81=8B=E3=81=AA=E3=81=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1134 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CheckDSHashTable/src/dht.c | 2 +- build/tests/CheckDSHashTable/src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tests/CheckDSHashTable/src/dht.c b/build/tests/CheckDSHashTable/src/dht.c index ddad0e12..90f2220b 100644 --- a/build/tests/CheckDSHashTable/src/dht.c +++ b/build/tests/CheckDSHashTable/src/dht.c @@ -303,7 +303,7 @@ static BOOL ImageHMACSHA1Update(SVCHMACSHA1Context* ctx, s32 offset, s32 length, static BOOL GetOverlayInfo(int no, int fat_offset, int* pOffset, int* pLength) { ROM_FAT *fat; - static u8 fat_cache[PAGE_SIZE]; + static u8 fat_cache[PAGE_SIZE]; // 本当にページをまたがないのか? static int last_page = 0; int page = (fat_offset + no * (s32)sizeof(ROM_FAT)) / PAGE_SIZE; if ( last_page != page ) diff --git a/build/tests/CheckDSHashTable/src/main.c b/build/tests/CheckDSHashTable/src/main.c index 944c8f65..16d784fb 100644 --- a/build/tests/CheckDSHashTable/src/main.c +++ b/build/tests/CheckDSHashTable/src/main.c @@ -50,7 +50,7 @@ static u8 rom_arm7[1024*1024] ATTRIBUTE_ALIGN(32); /* デバイスアクセスAPI */ -#if 0 +#if 1 // FS版 (fctx == FSFile*) static BOOL ReadImage(void* dest, s32 offset, s32 length, void* arg) {