Fix up a typo @npetroni pointed out.

This commit is contained in:
Mike Auty
2017-04-20 23:11:42 +01:00
parent 11b0b36d90
commit 687da20cbc
+1 -1
View File
@@ -210,7 +210,7 @@ class IntelPAE(Intel):
class Intel32e(Intel):
priority = 30
architecture = "Intel64"
_architecture = "Intel64"
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)