diff options
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r-- | target-ppc/op_helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index 1c046d87e9..5e36f573a4 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -67,8 +67,6 @@ void do_rfi (void); void do_rfid (void); void do_hrfid (void); #endif -void do_load_6xx_tlb (int is_code); -void do_load_74xx_tlb (int is_code); #endif /* POWER / PowerPC 601 specific helpers */ |