about summary refs log tree commit diff stats
path: root/arch/x86.py
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86.py')
-rw-r--r--arch/x86.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86.py b/arch/x86.py
index 0f60457..2b27315 100644
--- a/arch/x86.py
+++ b/arch/x86.py
@@ -30,4 +30,4 @@ regnames = ['PC',
 
 class ArchX86(Arch):
     def __init__(self):
-        super().__init__(regnames)
+        super().__init__("X86", regnames)