]> Git Repo - qemu.git/commitdiff
microblaze: cpu: Remote unused cpu_get_pc
authorPeter Crosthwaite <[email protected]>
Sun, 26 Apr 2015 19:10:21 +0000 (12:10 -0700)
committerMichael Tokarev <[email protected]>
Thu, 30 Apr 2015 13:05:48 +0000 (16:05 +0300)
This function is not used by anything. Remove.

Signed-off-by: Peter Crosthwaite <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-microblaze/cpu.h

index 7d06227730da90ae667bc77321609cd391384c75..2c18b49dfff37076b9c42922393ae352338616ae 100644 (file)
@@ -333,11 +333,6 @@ static inline int cpu_interrupts_enabled(CPUMBState *env)
 
 #include "exec/cpu-all.h"
 
-static inline target_ulong cpu_get_pc(CPUMBState *env)
-{
-    return env->sregs[SR_PC];
-}
-
 static inline void cpu_get_tb_cpu_state(CPUMBState *env, target_ulong *pc,
                                         target_ulong *cs_base, int *flags)
 {
This page took 0.025487 seconds and 4 git commands to generate.