about summary refs log tree commit diff stats
path: root/miasm2/analysis/machine.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/analysis/machine.py')
-rw-r--r--miasm2/analysis/machine.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/miasm2/analysis/machine.py b/miasm2/analysis/machine.py
index 3f88b759..ee463c80 100644
--- a/miasm2/analysis/machine.py
+++ b/miasm2/analysis/machine.py
@@ -11,8 +11,8 @@ class Machine(object):
     __jitter = None       # Jit engine
     __gdbserver = None    # GdbServer handler
 
-    __available = ["arm", "armt", "sh4", "x86_16", "x86_32", "x86_64", "msp430",
-                   "mips32b", "mips32l"]
+    __available = ["arml", "armb", "armtl", "armtb", "sh4", "x86_16", "x86_32",
+                   "x86_64", "msp430", "mips32b", "mips32l"]
 
 
     def __init__(self, machine_name):