work on Integer.to_s , not a simple task as it turns out
This commit is contained in:
@@ -66,6 +66,7 @@ module Vm
|
||||
# code, and has opcode set to :b and :condition_code set to the condition
|
||||
CONDITIONS.each do |suffix|
|
||||
define_instruction_for("b#{suffix}".to_sym , CallInstruction)
|
||||
define_instruction_for("call#{suffix}".to_sym , CallInstruction)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user