mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 23:04:09 +02:00
Fixed 'find on stack'
This commit is contained in:
parent
de2716bcd1
commit
07a0972366
2 changed files with 5 additions and 3 deletions
|
@ -2738,7 +2738,7 @@ namespace IDE.ui
|
|||
}
|
||||
}
|
||||
|
||||
if (watchEntry.mResultType == .Pointer)
|
||||
if (watchEntry.mResultType.HasFlag(.Pointer))
|
||||
{
|
||||
if (int.Parse(watchEntry.mEditInitialize) case .Ok(let addr))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue