64c64
< //XXX There are no x86 processes yet
---
> #include "arch/x86/linux/process.hh"
493,494c493
< fatal("Object file architecture does not match compiled ISA (SPARC).");
< panic("There are no implemented x86 processes!\n");
---
> fatal("Object file architecture does not match compiled ISA (x86).");
496c495
< /*case ObjectFile::Linux:
---
> case ObjectFile::Linux:
501c500,501
< _egid, _pid, _ppid);*/
---
> _egid, _pid, _ppid);
> break;