diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2009-03-25 20:06:54 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2009-03-25 20:06:54 -0400 |
commit | 639cb0a42d953ee32bc7e96b0cdfa96cd40e9fc1 (patch) | |
tree | 8dd82a7ccf86c52a9a9e99ec972b2a6ed59bba67 /src/dev | |
parent | a102f845404461bb3dade04fe3cdc754949bd248 (diff) | |
download | gem5-639cb0a42d953ee32bc7e96b0cdfa96cd40e9fc1.tar.xz |
CPA: Fix a typo that managed to sneak in.
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/i8254xGBe.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/i8254xGBe.hh b/src/dev/i8254xGBe.hh index 0422abc33..308cfabde 100644 --- a/src/dev/i8254xGBe.hh +++ b/src/dev/i8254xGBe.hh @@ -195,7 +195,7 @@ class IGbE : public EtherDevice } 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) { |