From 35cb379db7b836b38c9c98690166de8a666f44cf Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Fri, 30 Oct 2020 13:24:16 +0000 Subject: [PATCH] Fix name of table for locations --- extractor/src/extractor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/extractor.rs b/extractor/src/extractor.rs index ef73416c9c5..cb7caeeda68 100644 --- a/extractor/src/extractor.rs +++ b/extractor/src/extractor.rs @@ -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(),