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
BAP can sometimes produce multiple blocks in a procedure that have the same name, such as in tests/correct/syscall/gcc_O2. This can cause problems as we do not make sure the blocks have unique names but we rely on the blocks having unique names.
The text was updated successfully, but these errors were encountered:
BAP can sometimes produce multiple blocks in a procedure that have the same name, such as in tests/correct/syscall/gcc_O2. This can cause problems as we do not make sure the blocks have unique names but we rely on the blocks having unique names.
The text was updated successfully, but these errors were encountered: