Fix build with control tracing enabled.
This commit is contained in:
parent
45b52be1b9
commit
6fd173ecd8
@ -47,7 +47,7 @@ WatchpointManager::InstallWatchpoint(Watchpoint* watchpoint,
|
||||
{
|
||||
status_t error = B_OK;
|
||||
TRACE_CONTROL("WatchpointManager::InstallUserWatchpoint(%p, %d)\n",
|
||||
userWatchpoint, enabled);
|
||||
watchpoint, enabled);
|
||||
|
||||
AutoLocker<BLocker> installLocker(fLock);
|
||||
AutoLocker<Team> teamLocker(fTeam);
|
||||
|
Loading…
Reference in New Issue
Block a user