mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 23:32:55 +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 powerpc_dyngen_helper::fp_result()
|
||||||
#define FD_dw powerpc_dyngen_helper::fp_result_dw()
|
#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
|
* 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); }
|
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
|
* Load/store general purpose registers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user