diff --git a/interpreter.py b/interpreter.py index 60dd4d6a2..8eadc3a0f 100644 --- a/interpreter.py +++ b/interpreter.py @@ -306,6 +306,7 @@ class BuildMachine(InterpreterObject): def __init__(self): InterpreterObject.__init__(self) self.methods.update({'name' : self.name_method, + 'cpu' : self.cpu_method, 'endian' : self.endian_method, })