GCC 3.4 fixes

This commit is contained in:
gbeauche 2004-02-16 15:35:37 +00:00
parent 18893e22bd
commit 7a7abb30b4

View File

@ -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