changeset 79463f723460 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=79463f723460
description:
        CPA: Fix a typo that managed to sneak in.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/dev/i8254xGBe.hh |    2 +-

diffs (12 lines):

diff -r 7e310503019e -r 79463f723460 src/dev/i8254xGBe.hh
--- a/src/dev/i8254xGBe.hh      Tue Mar 17 12:49:03 2009 -0700
+++ b/src/dev/i8254xGBe.hh      Wed Mar 25 20:06:54 2009 -0400
@@ -195,7 +195,7 @@
     }
 
     void anRq(std::string sm, std::string q, int num = 1) {
-        cpa->hwPq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
+        cpa->hwRq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
     }
 
     void anWe(std::string sm, std::string q) {
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to