Skip to content

Commit

Permalink
Fix release notes typo in dr_allow_unsafe_static_behavior
Browse files Browse the repository at this point in the history
Fixes a type in the release notes:
s/dr_disallow_unsafe_static_behavior/dr_allow_unsafe_static_behavior/
  • Loading branch information
derekbruening committed Jan 9, 2024
1 parent 960d1d7 commit 4dd12fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/release.dox
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ Further non-compatibility-affecting changes include:
executed on along with an optional simulator scheduling feature to
schedule threads on simulated cores to match the recorded execution on
physical cpus.
- Added #DR_DISALLOW_UNSAFE_STATIC and dr_disallow_unsafe_static_behavior()
- Added #DR_DISALLOW_UNSAFE_STATIC and dr_allow_unsafe_static_behavior()
for sanity checks to help support statically-linked clients.
- Added drmgr_register_pre_syscall_event_user_data() and
drmgr_unregister_pre_syscall_event_user_data() to enable passing of user data.
Expand Down

0 comments on commit 4dd12fb

Please sign in to comment.