mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
Comments only.
This commit is contained in:
parent
acc7b5be52
commit
7929865ad9
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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] );
|
||||
|
|
Loading…
Add table
Reference in a new issue