Minor cleanup for empty SET_CONTEXT handlers.

This commit is contained in:
Aaron Giles 2008-12-09 04:13:29 +00:00
parent abb8a04a10
commit 4eb774a033
3 changed files with 5 additions and 16 deletions

View File

@ -156,9 +156,7 @@ static CPU_GET_CONTEXT( tx0 )
{
}
static CPU_SET_CONTEXT( tx0 )
{
}
static CPU_SET_CONTEXT( tx0 ) { }
/* execute instructions on this CPU until icount expires */

View File

@ -604,13 +604,9 @@ static CPU_EXIT( sharc )
/* TODO */
}
static CPU_GET_CONTEXT( sharc )
{
}
static CPU_GET_CONTEXT( sharc ) { }
static CPU_SET_CONTEXT( sharc )
{
}
static CPU_SET_CONTEXT( sharc ) { }
static void sharc_set_irq_line(SHARC_REGS *cpustate, int irqline, int state)
{

View File

@ -715,14 +715,9 @@ static CPU_GET_CONTEXT( tms34020 ) { }
Set all registers to given values
***************************************************************************/
static CPU_SET_CONTEXT( tms34010 )
{
}
static CPU_SET_CONTEXT( tms34010 ) { }
static CPU_SET_CONTEXT( tms34020 )
{
}
static CPU_SET_CONTEXT( tms34020 ) { }