Skip to content

Commit cf9ae88

Browse files
committed
Fix compiler warning
1 parent f810ea0 commit cf9ae88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/debuggercommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ namespace BinaryNinjaDebugger {
148148
uint64_t value; // Value that was read/written/executed
149149
uint8_t data[8]; // The next 8 bytes of data at the memory address
150150

151-
TTDPositionRangeIndexedMemoryEvent() : threadId(0), uniqueThreadId(0), address(0), size(0), instructionAddress(0), accessType(TTDMemoryRead), value(0)
151+
TTDPositionRangeIndexedMemoryEvent() : threadId(0), uniqueThreadId(0), address(0), instructionAddress(0), size(0), accessType(TTDMemoryRead), value(0)
152152
{
153153
memset(data, 0, sizeof(data));
154154
}

0 commit comments

Comments
 (0)