mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Move target-specific defines to the target directories.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2940 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a8fcf883d9
commit
9467d44c4d
9 changed files with 51 additions and 71 deletions
|
@ -300,6 +300,12 @@ struct CPUAlphaState {
|
|||
pal_handler_t *pal_handler;
|
||||
};
|
||||
|
||||
#define CPUState CPUAlphaState
|
||||
#define cpu_init cpu_alpha_init
|
||||
#define cpu_exec cpu_alpha_exec
|
||||
#define cpu_gen_code cpu_alpha_gen_code
|
||||
#define cpu_signal_handler cpu_alpha_signal_handler
|
||||
|
||||
#include "cpu-all.h"
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue