Compare commits
2 Commits
d0f9014f03
...
bccd5fc3a7
Author | SHA1 | Date |
---|---|---|
_ | bccd5fc3a7 | |
_ | be9cd1e5ac |
|
@ -341,7 +341,7 @@ impl <'a> State <'a> {
|
||||||
},
|
},
|
||||||
Instruction::GetField (a, b, c) => {
|
Instruction::GetField (a, b, c) => {
|
||||||
let t = match self.reg (*b) {
|
let t = match self.reg (*b) {
|
||||||
Value::Nil => panic! ("R[B] must not be nil"),
|
Value::Nil => panic! ("R[B] must not be nil {}:{}", frame.block_idx, frame.program_counter),
|
||||||
Value::Table (t) => t,
|
Value::Table (t) => t,
|
||||||
_ => panic! ("R[B] must be a table"),
|
_ => panic! ("R[B] must be a table"),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue