From 7a7abb30b4b0bc004ad5cad246311b0671394d9a Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Mon, 16 Feb 2004 15:35:37 +0000 Subject: [PATCH] GCC 3.4 fixes --- SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-dyngen-ops.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-dyngen-ops.cpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-dyngen-ops.cpp index 32a9c3d7..e134032a 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-dyngen-ops.cpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-dyngen-ops.cpp @@ -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