remember what the program did and rewrite statement

This commit is contained in:
Stephen Smoogen 2018-03-21 22:03:52 +00:00
parent 23be9d8791
commit 4e166d60b5

View file

@ -444,6 +444,7 @@ def figureoutarch(asked_arch):
'pentium4' : 'i386',
'pentium5' : 'i386',
'ia32' : 'i386',
'x86' : 'i386',
'x86_32' : 'i386',
'x86_64' : 'x86_64',
'amd64' : 'x86_64',