Changeset 69 for trunk


Ignore:
Timestamp:
Aug 2, 2010, 7:04:48 PM (14 years ago)
Author:
bouyer
Message:

Fix cut'n'paste error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper2_v1/caba/source/src/vci_cc_vcache_wrapper2_v1.cpp

    r68 r69  
    47454745            size_t way = 0;
    47464746            size_t set = 0;
    4747             bool dcache_hit = r_dcache.read(r_tgt_addr.read(), &dcache_rdata, way, &set);;
     4747            bool dcache_hit = r_dcache.read(r_tgt_addr.read(), &dcache_rdata, &way, &set);
    47484748            assert(!dcache_hit && "ignored update req should not be in dcache");
    47494749
Note: See TracChangeset for help on using the changeset viewer.