mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-27 02:49:42 +00:00
GCC 3.4 fixes
This commit is contained in:
parent
18893e22bd
commit
7a7abb30b4
@ -56,10 +56,6 @@ register uintptr reg_T2 asm(REG_T2);
|
||||
#define FD powerpc_dyngen_helper::fp_result()
|
||||
#define FD_dw powerpc_dyngen_helper::fp_result_dw()
|
||||
|
||||
// Semantic action templates
|
||||
#define DYNGEN_OPS
|
||||
#include "ppc-execute.hpp"
|
||||
|
||||
|
||||
/**
|
||||
* Helper class to access protected CPU context
|
||||
@ -92,6 +88,10 @@ struct powerpc_dyngen_helper {
|
||||
static inline powerpc_block_info *find_block(uint32 pc) { return CPU->block_cache.fast_find(pc); }
|
||||
};
|
||||
|
||||
// Semantic action templates
|
||||
#define DYNGEN_OPS
|
||||
#include "ppc-execute.hpp"
|
||||
|
||||
|
||||
/**
|
||||
* Load/store general purpose registers
|
||||
|
Loading…
Reference in New Issue
Block a user