11
This commit is contained in:
@@ -21,7 +21,7 @@ auto Ref(Machine & m, ValueType instruction, std::size_t k, ValueType p)
|
||||
case 1:
|
||||
return v;
|
||||
case 2:
|
||||
return m.At(m.Rel(v));
|
||||
return m.Rel(v);
|
||||
default:
|
||||
throw BadInstruction{"invalid addressing mode"};
|
||||
}
|
||||
|
Reference in New Issue
Block a user