From: Gabe Black Date: Mon, 5 Mar 2007 16:12:20 +0000 (+0000) Subject: Add x86 to the Arch enum in the object file class. X-Git-Tag: m5_2.0_beta3~147 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc7f9ab80a9a1b6c692dc06a054c5066fdee3914;p=gem5.git Add x86 to the Arch enum in the object file class. --HG-- extra : convert_revision : bc8c5e78aac0e9033d6cbc756d8092369ac29072 --- diff --git a/src/base/loader/object_file.hh b/src/base/loader/object_file.hh index 49c7363e6..4b44a6e22 100644 --- a/src/base/loader/object_file.hh +++ b/src/base/loader/object_file.hh @@ -49,7 +49,8 @@ class ObjectFile Alpha, SPARC64, SPARC32, - Mips + Mips, + X86 }; enum OpSys {