Minor cleanup for empty SET_CONTEXT handlers.
This commit is contained in:
parent
abb8a04a10
commit
4eb774a033
@ -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 */
|
/* execute instructions on this CPU until icount expires */
|
||||||
|
@ -604,13 +604,9 @@ static CPU_EXIT( sharc )
|
|||||||
/* TODO */
|
/* 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)
|
static void sharc_set_irq_line(SHARC_REGS *cpustate, int irqline, int state)
|
||||||
{
|
{
|
||||||
|
@ -715,14 +715,9 @@ static CPU_GET_CONTEXT( tms34020 ) { }
|
|||||||
Set all registers to given values
|
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 )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user