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