mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
Fix up a typo @npetroni pointed out.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user