Object
# File metasm/cpu/sh4/main.rb, line 39 def ==(o) o.class == self.class and (not respond_to?(:i) or o.i == i) end