General tidying, addressing issues found by static analysis tool.
This commit is contained in:
@@ -17,9 +17,8 @@ namespace Bloom::Targets
|
||||
/**
|
||||
* Byte address of the breakpoint.
|
||||
*/
|
||||
TargetBreakpointAddress address;
|
||||
TargetBreakpointAddress address = 0;
|
||||
|
||||
bool disabled = false;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user