diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/ia64/hp/sim/hpsim.S')
-rw-r--r-- | ANDROID_3.4.5/arch/ia64/hp/sim/hpsim.S | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/ia64/hp/sim/hpsim.S b/ANDROID_3.4.5/arch/ia64/hp/sim/hpsim.S deleted file mode 100644 index ff16e8a8..00000000 --- a/ANDROID_3.4.5/arch/ia64/hp/sim/hpsim.S +++ /dev/null @@ -1,10 +0,0 @@ -#include <asm/asmmacro.h> - -/* - * Simulator system call. - */ -GLOBAL_ENTRY(ia64_ssc) - mov r15=r36 - break 0x80001 - br.ret.sptk.many rp -END(ia64_ssc) |