mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/openrisc: Rename the cpu from or32 to or1k
This is in keeping with the toolchain and or1ksim. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
305e6c8a2f
commit
4a09d0bb34
8 changed files with 13 additions and 13 deletions
|
@ -32,7 +32,7 @@ struct OpenRISCCPU;
|
|||
#include "fpu/softfloat.h"
|
||||
#include "qom/cpu.h"
|
||||
|
||||
#define TYPE_OPENRISC_CPU "or32-cpu"
|
||||
#define TYPE_OPENRISC_CPU "or1k-cpu"
|
||||
|
||||
#define OPENRISC_CPU_CLASS(klass) \
|
||||
OBJECT_CLASS_CHECK(OpenRISCCPUClass, (klass), TYPE_OPENRISC_CPU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue