Commit 03daa641 by Jim Wilson

(memory): Add missing !r4600 to first define_function_unit.

From-SVN: r8061
parent 6c949b67
......@@ -139,7 +139,7 @@
;; Make the default case (PROCESSOR_DEFAULT) handle the worst case
(define_function_unit "memory" 1 0
(and (eq_attr "type" "load") (eq_attr "cpu" "!r3000"))
(and (eq_attr "type" "load") (eq_attr "cpu" "!r3000,r4600"))
3 0)
(define_function_unit "memory" 1 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment