changeset 1068:745b55b432de

* src/generic-stub.c (crc32): Fix crctable option name typo.
author jlarmour
date Tue, 24 Jun 2003 04:57:18 +0000
parents 632d04548506
children edfa7bed5cb2
files packages/hal/common/current/ChangeLog packages/hal/common/current/src/generic-stub.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/common/current/ChangeLog
+++ b/packages/hal/common/current/ChangeLog
@@ -1,5 +1,7 @@
 2003-06-24  Jonathan Larmour  <jifl@eCosCentric.com>
 
+	* src/generic-stub.c (crc32): Fix crctable option name typo.
+
 	* src/hal_if.c (hal_if_init): Remove kill_by_reset.
 	(kill_by_reset): Remove, unused.
 	(reset): ifdef test on HAL_PLATFORM_RESET and assert on reset failure.
--- a/packages/hal/common/current/src/generic-stub.c
+++ b/packages/hal/common/current/src/generic-stub.c
@@ -1924,7 +1924,7 @@ crc32 (target_addr_t mem, int len, uint3
   int  is_progmem = TARGET_ADDR_IS_PROGMEM(mem);
 #endif
 
-#ifdef CYGDBG_HAL_CRCTABLE_RAM
+#ifdef CYGDBG_HAL_CRCTABLE_LOCATION_RAM
   if (! tableInit)
     {
       /* Initialize the CRC table and the decoding table. */