fix keysort error detection bugs
This commit is contained in:
@@ -1716,7 +1716,7 @@ impl MachineState {
|
||||
HeapCellValue::Addr(Addr::Con(Constant::EmptyList)) =>
|
||||
break,
|
||||
hcv =>
|
||||
return Err(self.type_error(ValidType::List, hcv.as_addr(l)))
|
||||
return Err(self.type_error(ValidType::List, a1))
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user