Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / target-dcache.c
index 98d5c1f83b6e3931f86759fdfcc05fbaffe934f1..c8a415512c5b3d06e6b4b65bcdb8f981ba43110e 100644 (file)
@@ -77,7 +77,7 @@ target_dcache_get_or_init (void)
 }
 
 /* The option sets this.  */
-static int stack_cache_enabled_1 = 1;
+static bool stack_cache_enabled_1 = true;
 /* And set_stack_cache updates this.
    The reason for the separation is so that we don't flush the cache for
    on->on transitions.  */
@@ -114,7 +114,7 @@ stack_cache_enabled_p (void)
 
 /* The option sets this.  */
 
-static int code_cache_enabled_1 = 1;
+static bool code_cache_enabled_1 = true;
 
 /* And set_code_cache updates this.
    The reason for the separation is so that we don't flush the cache for
This page took 0.025073 seconds and 4 git commands to generate.