1
0
Fork 0
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:
Brian Fiete 2020-01-18 14:43:05 -08:00
parent de2716bcd1
commit 07a0972366
2 changed files with 5 additions and 3 deletions

View file

@ -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))
{