예제 #1
0
파일: op_helper.c 프로젝트: fallen/qemu
void HELPER(wcsr_jrx)(CPULM32State *env, uint32_t jrx)
{
    lm32_juart_set_jrx(env->juart_state, jrx);
}
예제 #2
0
void helper_wcsr_jrx(CPULM32State *env, uint32_t jrx)
{
    lm32_juart_set_jrx(env->juart_state, jrx);
}