Searched hist:137 (Results 1 - 3 of 3) sorted by relevance

/gem5/configs/common/
H A Dcpu2000.py6028:137a2b89eed4 Wed Apr 15 03:52:00 EDT 2009 Steve Reinhardt <steve.reinhardt@amd.com> configs: Allow M5_CPU2000 env var to set CPU2K binary path.
It would be nice to have a more comprehensive mechanism
but this is a big improvement over manually editing the script.
/gem5/src/arch/x86/linux/
H A Dlinux.hh4815:137ad0e13d3a Mon Jul 30 16:31:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> X86: Fix up the stat structure. This probably still isn't right.
/gem5/src/sim/
H A Dprocess.cc11813:d0586994a10e Thu Feb 09 19:03:00 EST 2017 Bjoern A. Zeeb <baz21@cam.ac.uk> sim: fix build breakage in process.cc after brandon@11801

Seeing build breakage after brandon@11801:

[ CXX] X86/sim/process.cc -> .o build/X86/sim/process.cc:137:64:
error: field '_pid' is uninitialized when used here
[-Werror,-Wuninitialized] static_cast<PageTableBase *>(new
ArchPageTable(name(), _pid, system)) : ^ build/X86/sim/process.cc:138:64:
error: field '_pid' is uninitialized when used here
[-Werror,-Wuninitialized] static_cast<PageTableBase *>(new
FuncPageTable(name(), _pid))), ^ 2 errors generated.

Testing Done: Compiles now on FreeBSD 10 with clang.

Reviewed at http://reviews.gem5.org/r/3804/

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>

Completed in 48 milliseconds