Statistics
| Branch: | Revision:

root / target-openrisc / exception_helper.c @ 5b50e790

History | View | Annotate | Download (981 Bytes)

# Date Author Comment
dd51dc52 01/27/2013 03:34 pm Andreas Färber

target-openrisc: Clean up triple QOM casts

Instead of calling openrisc_env_get_cpu(), casting to CPU via the
ENV_GET_CPU() compatibility macro and casting back to OPENRISC_CPU(),
just call openrisc_env_get_cpu() directly.

ENV_GET_CPU() is meant as workaround for target-independent code only....

1d7d4034 07/28/2012 12:12 am Jia Liu

target-or32: Add exception support

Add OpenRISC exception support.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>