You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpu: galcore: Don't add more nops than will fit in totalSize
If the first NOP falls on an odd address for some reason it would
be possible that that we could overrun Context->totalSize. Adjust
for this before we start the loop of adding NOP's.
Signed-off-by: Jon Nettleton <[email protected]>
0 commit comments