summaryrefslogtreecommitdiffstats
path: root/cluster/atlas/x86.patch
blob: ad5d68075c39c72d78de7ac14cda3198870f53ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- archinfo_x86.c	2011-05-15 12:43:52.101001247 +0800
+++ archinfo_x86.c	2011-05-15 12:44:16.568001255 +0800
@@ -309,11 +309,9 @@ enum MACHTYPE Chip2Mach(enum CHIP chip,
       case 0x1A:
       case 0x1E:
       case 0x1F:
-         iret = IntCorei1;
-         break;
       case 0x25:
       case 0x2A:
-         iret = IntCorei2;
+         iret = IntCorei1;
 	 break;
       default:
          iret = MACHOther;