From d55eb90fc73e27d26e64daa4c69efc3beee00429 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 25 Oct 2004 16:23:22 -0400 Subject: Don't use magic numbers. arch/alpha/isa_traits.hh: Move defines to non full system code section so they can be used elsewhere cpu/simple_cpu/simple_cpu.cc: Don't use magic numbers cpu/simple_cpu/simple_cpu.hh: simple format nit --HG-- extra : convert_revision : b8d492218340d41ab9420c6ad1e81a197db1c132 --- cpu/simple_cpu/simple_cpu.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpu/simple_cpu/simple_cpu.hh') diff --git a/cpu/simple_cpu/simple_cpu.hh b/cpu/simple_cpu/simple_cpu.hh index 451c801ee..d0000dc5b 100644 --- a/cpu/simple_cpu/simple_cpu.hh +++ b/cpu/simple_cpu/simple_cpu.hh @@ -249,8 +249,7 @@ class SimpleCPU : public BaseCPU Fault read(Addr addr, T &data, unsigned flags); template - Fault write(T data, Addr addr, unsigned flags, - uint64_t *res); + Fault write(T data, Addr addr, unsigned flags, uint64_t *res); void prefetch(Addr addr, unsigned flags) { -- cgit v1.2.3