OSDN Git Service

2004-04-01 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Thu, 1 Apr 2004 23:35:37 +0000 (23:35 +0000)
committerbrolley <brolley>
Thu, 1 Apr 2004 23:35:37 +0000 (23:35 +0000)
        * commonCfg.h (get_size): New method of CacheCfg.
        (get_line_size): Ditto.

sid/main/dynamic/ChangeLog
sid/main/dynamic/commonCfg.h

index 7b2e126..96d0bb7 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-01  Dave Brolley  <brolley@redhat.com>
+
+       * commonCfg.h (get_size): New method of CacheCfg.
+       (get_line_size): Ditto.
+
 2004-03-22  Dave Brolley  <brolley@redhat.com>
 
        * mainDynamic.cxx (main): Call add_board in place of add_child.
index 5eff189..d97990e 100644 (file)
@@ -60,6 +60,8 @@ public:
   void set_size (sid::host_int_4 sz);
   void set_line_size (sid::host_int_4 sz);
   void set_way (sid::host_int_4 sz);
+  sid::host_int_4 get_size () const { return my_size; }
+  sid::host_int_4 get_line_size () const {return my_line_size; }
  protected:
   void compute_comptype ();
   string my_assoc;