diff options
Diffstat (limited to 'asm/misc.S')
-rw-r--r-- | asm/misc.S | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -50,11 +50,3 @@ _mcount: mflr %r4 b __mcount_stack_check #endif - -.global mambo_get_time -mambo_get_time: -#define SIM_GET_TIME_CODE 70 - li %r3,SIM_GET_TIME_CODE - .long 0x000eaeb0 - blr - |