fix list index offset bug (#314)
This commit is contained in:
@@ -1308,7 +1308,7 @@ impl MachineState {
|
||||
Addr::HeapCell(_) | Addr::StackCell(..) |
|
||||
Addr::AttrVar(..) | Addr::Stream(_) => {
|
||||
v
|
||||
}
|
||||
}
|
||||
Addr::PStrLocation(..) => {
|
||||
if !self.flags.double_quotes.is_atom() {
|
||||
l
|
||||
|
||||
Reference in New Issue
Block a user