From ab164926dfcfe66cd90763a8c70290c3178a6328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 19:03:20 +0000 Subject: [PATCH] Removed dead code. --- sources/BaS.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sources/BaS.c b/sources/BaS.c index 7e3ad34..a7c285a 100644 --- a/sources/BaS.c +++ b/sources/BaS.c @@ -76,17 +76,6 @@ void BaS(void) /* we have copied a code area, so flush the caches */ flush_and_invalidate_caches(); -#ifdef _NOT_USED_ - /* - * set the NVRAM checksum as invalid - */ - // Set the NVRAM checksum as invalid - move.b #63,(a0) - move.b 2(a0),d0 - add #1,d0 - move.b d0,2(a0) -#endif /* NOT_USED */ - mmu_init(); vec_init(); illegal_table_make();