Merge pull request #1 from gmh5225/Branch_fix_bug

Fix missing code
This commit is contained in:
gmh5225 2022-05-12 09:19:35 +08:00 committed by GitHub
commit 8f774681b7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 });