From e6f180d10a6f09f9dcde28629a691debf2284169 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Wed, 2 Nov 2016 18:07:36 +1100 Subject: mambo: Convert sim exit from asm to C Signed-off-by: Michael Neuling Signed-off-by: Stewart Smith --- asm/misc.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'asm/misc.S') diff --git a/asm/misc.S b/asm/misc.S index 146b9c3..6dcbad2 100644 --- a/asm/misc.S +++ b/asm/misc.S @@ -69,12 +69,6 @@ mambo_write: .long 0x000eaeb0 blr -.global mambo_sim_exit -mambo_sim_exit: - li %r3, 31 /* aka. SimExitCode */ - .long 0x000eaeb0 - b . - .global mambo_get_time mambo_get_time: #define SIM_GET_TIME_CODE 70 -- cgit v1.1