Bug 125411 [NuBus] Mac installer crashes with a type 12 error (SleepQInstall)

r=dmose sr=jst
This commit is contained in:
timeless%mac.com 2002-07-08 07:26:41 +00:00
Родитель 44f459e1ad
Коммит e5366b1424
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -66,7 +66,7 @@
#include <UTCUtils.h>
#include <Power.h>
#include <CodeFragments.h>
#ifndef TARGET_CARBON
#if !TARGET_CARBON
#include <Traps.h>
#endif
#endif
@ -158,7 +158,7 @@ static void MyReadLocation(MachineLocation * loc)
ReadLocation(&storedLoc);
/* install a sleep queue routine, so that when the machine wakes up, time can be recomputed. */
if (&SleepQInstall != (void*)kUnresolvedCFragSymbolAddress
#ifndef TARGET_CARBON
#if !TARGET_CARBON
&& NGetTrapAddress(0xA28A, OSTrap) != NGetTrapAddress(_Unimplemented, ToolTrap)
#endif
) {