Skip to content

Commit 7940efa

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents f9db2e7 + ff2ee10 commit 7940efa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Gee.External.Capstone/Gee.External.Capstone.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gee.External.Capstone/NativeCapstone.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ internal static class NativeCapstone {
3838
/// <para>
3939
/// Represents the offset, in bytes, of <c>NativeInstructionDetail.X86|Arm64|...</c>. In the Capstone
4040
/// API, those fields are defined by a nested anonymous union defined by <c>cs_detail</c>. A
41-
/// poor-man's analysis of <c>cs_detail</c> has indicated that all fields defined by it are aligned
42-
/// along 8 byte boundaries. As such, poor-man's pointer arithmetic has concluded that
43-
/// <c>NativeInstructionDetail.X86|Arm64|...</c> are accessible at this offset.
41+
/// poor-man's analysis of <c>cs_detail</c> has indicated that all fields defined by it are are
42+
/// accessible at this offset.
4443
/// </para>
4544
/// <para>
4645
/// It seems the .NET Marshaller marshals <c>cs_detail</c> to <c>NativeInstructionDetail</c>

0 commit comments

Comments
 (0)