From bed4eca2306983dde27892acfc1fde38ef627772 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 28 Mar 2019 02:45:00 +0000 Subject: [PATCH] add debug for when InstallPointer is called git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56060 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/intuition/misc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rom/intuition/misc.c b/rom/intuition/misc.c index af9170b6b1..5d15965a9c 100644 --- a/rom/intuition/misc.c +++ b/rom/intuition/misc.c @@ -1,5 +1,5 @@ /* - Copyright © 2002-2013, The AROS Development Team. All rights reserved. + Copyright © 2002-2019, The AROS Development Team. All rights reserved. Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved. $Id$ */ @@ -271,6 +271,8 @@ void InstallPointer(struct IntuitionBase *IntuitionBase, UWORD which, Object **o struct SharedPointer *newpointer; Object *oldobject; + DEBUG_POINTER(dprintf("InstallPointer(0x%p)\n", pointer);) + ULONG lock = LockIBase(0); GetAttr(POINTERA_SharedPointer, *old, (IPTR *)&oldpointer); -- 2.11.4.GIT