Add cpu method that was forgotten somehow.

pull/219/head
Jussi Pakkanen 9 years ago
parent c12a4c1aca
commit 0728484ef7
  1. 1
      interpreter.py

@ -306,6 +306,7 @@ class BuildMachine(InterpreterObject):
def __init__(self): def __init__(self):
InterpreterObject.__init__(self) InterpreterObject.__init__(self)
self.methods.update({'name' : self.name_method, self.methods.update({'name' : self.name_method,
'cpu' : self.cpu_method,
'endian' : self.endian_method, 'endian' : self.endian_method,
}) })

Loading…
Cancel
Save