Add x86 to the Arch enum in the object file class.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 16:12:20 +0000 (16:12 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 16:12:20 +0000 (16:12 +0000)
--HG--
extra : convert_revision : bc8c5e78aac0e9033d6cbc756d8092369ac29072

src/base/loader/object_file.hh

index 49c7363e6f29dc4450bae6fc18ea279c8d5bf293..4b44a6e22f31fb942d9faa555474dda975ffa943 100644 (file)
@@ -49,7 +49,8 @@ class ObjectFile
         Alpha,
         SPARC64,
         SPARC32,
-        Mips
+        Mips,
+        X86
     };
 
     enum OpSys {