2000-10-06 Dave Brolley <brolley@redhat.com>

* sem.c: Regenerated.
	* sem-switch.c: Regenerated.
	* semx-switch.c: Regenerated.
This commit is contained in:
Dave Brolley 2000-10-06 16:59:56 +00:00
parent ce852dd37c
commit fb27a91c6c
4 changed files with 21 additions and 3 deletions

View file

@ -490,12 +490,16 @@ SWITCH (sem, SEM_ARGBUF (vpc) -> semantic.sem_case)
{
#if WITH_SCACHE_PBB_M32RXF
#ifdef DEFINE_SWITCH
#if defined DEFINE_SWITCH || defined FAST_P
/* In the switch case FAST_P is a constant, allowing several optimizations
in any called inline functions. */
vpc = m32rxf_pbb_begin (current_cpu, FAST_P);
#else
#if 0 /* cgen engine can't handle dynamic fast/full switching yet. */
vpc = m32rxf_pbb_begin (current_cpu, STATE_RUN_FAST_P (CPU_STATE (current_cpu)));
#else
vpc = m32rxf_pbb_begin (current_cpu, 0);
#endif
#endif
#endif
}