Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 committed Dec 14, 2023
1 parent 125d652 commit 1171bdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gee.External.Capstone/NativeCapstone.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,7 @@ internal static unsafe bool Iterate(NativeDisassemblerHandle hDisassembler, Read
// Throws an exception if the operation fails.
var initialPBinaryCode = pBinaryCode;
var isDisassembled = NativeCapstoneImport.Iterate(hDisassembler, ref pBinaryCode, ref binaryCodeSize, ref address, hInstruction);
if (isDisassembled)
{
if (isDisassembled) {
// ...
//
// Fourth, we compute a new offset to indicate to the caller the next instruction to disassemble
Expand Down

0 comments on commit 1171bdc

Please sign in to comment.