Add output styles to gdb
[deliverable/binutils-gdb.git] / gdb / sentinel-frame.c
index cbb4a096007b8c391fb8f4afe84202f2d461a21e..282e29efca422e642255190db0188d88470d94ff 100644 (file)
@@ -50,7 +50,7 @@ sentinel_frame_prev_register (struct frame_info *this_frame,
     = (struct frame_unwind_cache *) *this_prologue_cache;
   struct value *value;
 
-  value = regcache_cooked_read_value (cache->regcache, regnum);
+  value = cache->regcache->cooked_read_value (regnum);
   VALUE_NEXT_FRAME_ID (value) = sentinel_frame_id;
 
   return value;
This page took 0.043778 seconds and 4 git commands to generate.