lib/haxor/linker.rb in haxor-0.4.0 vs lib/haxor/linker.rb in haxor-0.5.0
- old
+ new
@@ -3,10 +3,10 @@
attr_accessor :stack
SECTIONS = [:text, :data, :bss]
def initialize
- @cpu = Vm::Cpu::Core.new
+ @cpu = Vm::Cpu.new
@units = []
@tokens = []
@labels = {}
@stack = 4096
end