Fix name of table for locations

This commit is contained in:
Nick Rolfe
2020-10-30 13:24:16 +00:00
parent a54f923a73
commit 35cb379db7

View File

@@ -483,7 +483,7 @@ impl fmt::Display for TrapEntry {
},
TrapEntry::Located(args) => write!(
f,
"location({}, {}, {}, {}, {}, {})",
"locations_default({}, {}, {}, {}, {}, {})",
args.get(0).unwrap(),
args.get(1).unwrap(),
args.get(2).unwrap(),