Comments only.

This commit is contained in:
ehouse 2007-12-05 06:31:30 +00:00
parent acc7b5be52
commit 7929865ad9
2 changed files with 6 additions and 1 deletions

View file

@ -1110,6 +1110,8 @@ server_sendInitialMessage( ServerCtxt* server )
stream_destroy( stream );
}
/* Set after messages are built so their connID will be 0, but all
non-initial messages will have a non-0 connID. */
comms_setConnID( server->vol.comms, gameID );
} /* server_sendInitialMessage */
#endif

View file

@ -1139,7 +1139,10 @@ btLibManagementProcArmEntry( const void* XP_UNUSED_DBG(emulStateP),
asm( "mov %0, r10" : "=r" (oldR10) );
asm( "mov r10, %0" : : "r" (state->gotTable) );
XP_ASSERT( emulStateP == state->emulStateP );
XP_ASSERT( emulStateP == state->emulStateP ); /* seems to fire when call's
incoming (or maybe: a
system alert is up).
What to do? */
XP_ASSERT( call68KFuncP == state->call68KFuncP );
procPtr = (BtLibManagementProcPtr)read_unaligned32( &data[0] );