mirror of https://github.com/x64dbg/GleeBug
Merge pull request #65 from gmh5225/Branch_fix_bug
[bug] Fix missing code
This commit is contained in:
commit
5afd1f039b
|
|
@ -123,6 +123,7 @@ namespace GleeBug
|
||||||
info.internal.hardware.slot = slot;
|
info.internal.hardware.slot = slot;
|
||||||
info.internal.hardware.type = type;
|
info.internal.hardware.type = type;
|
||||||
info.internal.hardware.size = size;
|
info.internal.hardware.size = size;
|
||||||
|
info.internal.hardware.enabled = true;
|
||||||
|
|
||||||
//insert in the breakpoint map
|
//insert in the breakpoint map
|
||||||
breakpoints.insert({ { info.type, info.address }, info });
|
breakpoints.insert({ { info.type, info.address }, info });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue