Index: unk/src/recompiler_new/dyngen-op.h
===================================================================
--- /trunk/src/recompiler_new/dyngen-op.h	(revision 17264)
+++ 	(revision )
@@ -1,9 +1,0 @@
-static inline int gen_new_label(void)
-{
-    return nb_gen_labels++;
-}
-
-static inline void gen_set_label(int n)
-{
-    gen_labels[n] = gen_opc_ptr - gen_opc_buf;
-}
Index: /trunk/src/recompiler_new/translate-all.c
===================================================================
--- /trunk/src/recompiler_new/translate-all.c	(revision 17264)
+++ /trunk/src/recompiler_new/translate-all.c	(revision 17265)
@@ -1,5 +1,5 @@
 /*
  *  Host code generation
- * 
+ *
  *  Copyright (c) 2003 Fabrice Bellard
  *
@@ -87,5 +87,5 @@
 
 /* return non zero if the very first instruction is invalid so that
-   the virtual CPU can trigger an exception. 
+   the virtual CPU can trigger an exception.
 
    '*gen_code_size_ptr' contains the size of the generated code (host
@@ -134,5 +134,5 @@
     s->tb_next = tb->tb_next;
 #endif
-    
+
 #ifdef CONFIG_PROFILER
     s->tb_count++;
@@ -152,5 +152,5 @@
     RAWEx_ProfileStop(env, STATS_QEMU_COMPILATION);
 #endif
-   
+
 #ifdef DEBUG_DISAS
     if (loglevel & CPU_LOG_TB_OUT_ASM) {
@@ -164,7 +164,7 @@
 }
 
-/* The cpu state corresponding to 'searched_pc' is restored. 
+/* The cpu state corresponding to 'searched_pc' is restored.
  */
-int cpu_restore_state(TranslationBlock *tb, 
+int cpu_restore_state(TranslationBlock *tb,
                       CPUState *env, unsigned long searched_pc,
                       void *puc)
@@ -195,5 +195,5 @@
     if (searched_pc < tc_ptr)
         return -1;
-    
+
     s->tb_next_offset = tb->tb_next_offset;
 #ifdef USE_DIRECT_JUMP
