From c7e33d35b4adef40e53619662c7a6cfc198efd4a Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 21 Sep 2021 19:17:35 +0800 Subject: Better support for change type in linear view --- linearviewobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linearviewobject.cpp') diff --git a/linearviewobject.cpp b/linearviewobject.cpp index afd6d0c8..7bd41064 100644 --- a/linearviewobject.cpp +++ b/linearviewobject.cpp @@ -39,7 +39,7 @@ LinearDisassemblyLine LinearDisassemblyLine::FromAPIObject(BNLinearDisassemblyLi result.contents.typeInfo.fieldIndex = line->contents.typeInfo.fieldIndex; result.contents.typeInfo.parentType = line->contents.typeInfo.parentType ? new Type(BNNewTypeReference(line->contents.typeInfo.parentType)) : nullptr; - + result.contents.typeInfo.offset = line->contents.typeInfo.offset; return result; } -- cgit v1.3.1